Color Hex Logo

#012828 Color Hex

#012828
(1,40,40)
0 Favorites   0 Comments

Color spaces of #012828

RGB 14040
HSL0.500.950.08
HSV180°98°16°
CMYK 0.980.000.00   0.84
XYZ1.15431.67722.2704
Yxy1.67720.22620.3287
Hunter Lab12.9507-6.7539-1.3287
CIE-Lab13.6929-13.0576-3.8536

#012828 color RGB value is (1,40,40).

#012828 hex color red value is 1, green value is 40 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #012828 hue: 0.50 , saturation: 0.95 and the lightness value of 012828 is 0.08.

The process color (four color CMYK) of #012828 color hex is 0.98, 0.00, 0.00, 0.84. Web safe color of #012828 is #003333. Color #012828 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101000 00101000
Octal 1 50 50
Decimal 1 40 40
Hex 1 28 28

RGB Percentages of Color #012828

%1.23
%49.38
%49.38

CMYK Percentages of Color #012828

%98
%0
%0
%84

Triadic Colors of #012828

#012828 #280128 #282801

Analogous Colors of #012828

#012828 #011528 #012815

Monochromatic Colors of #012828

#012828

Complementary Color

#012828 #280101

#012828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012828 Color CSS Codes

.mybgcolor {background-color:#012828; } 
.myforecolor {color:#012828; }
.mybordercolor {border:3px solid #012828; }

#012828 Text Font Color

<p style="color:#012828">Text here</p>

This sample text font color is #012828
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#012828 Background Color

<div style="background-color:#012828">
Div content here</div>

This div background color is #012828


#012828 Border Color

<div style="border:3px solid #012828">
Div here</div>

This div border color is #012828


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,40,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #012828; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #012828;
  -webkit-box-shadow: 1px 1px 3px 2px #012828;
  box-shadow:         1px 1px 3px 2px #012828; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,40,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #012828">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #012828;
  -webkit-box-shadow: 1px 1px 3px 2px #012828;
  box-shadow:         1px 1px 3px 2px #012828;">
Div content here</div>

This div box has shadow with color #012828


Comments

No comments written yet.

Please login to write comment.