Color Hex Logo

#03121b Color Hex

#03121B
(3,18,27)
0 Favorites   0 Comments

Color spaces of #03121b

RGB 31827
HSL0.560.800.06
HSV203°89°11°
CMYK 0.890.330.00   0.89
XYZ0.45170.53111.1156
Yxy0.53110.21530.2531
Hunter Lab7.2877-1.6897-3.9748
CIE-Lab4.7974-2.1750-7.5814

#03121b color RGB value is (3,18,27).

#03121b hex color red value is 3, green value is 18 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #03121b hue: 0.56 , saturation: 0.80 and the lightness value of 03121b is 0.06.

The process color (four color CMYK) of #03121b color hex is 0.89, 0.33, 0.00, 0.89. Web safe color of #03121b is #000033. Color #03121b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00010010 00011011
Octal 3 22 33
Decimal 3 18 27
Hex 3 12 1B

RGB Percentages of Color #03121b

%6.25
%37.50
%56.25

CMYK Percentages of Color #03121b

%89
%33
%0
%89

Triadic Colors of #03121b

#03121b #1b0312 #121b03

Analogous Colors of #03121b

#03121b #03061b #031b18

Monochromatic Colors of #03121b

#03121b

Complementary Color

#03121b #1b0c03

#03121b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03121b Color Preview on White Background

Lorem ipsum dolor sit amet.

#03121b Color CSS Codes

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

#03121b Text Font Color

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

This sample text font color is #03121b
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.


#03121b Background Color

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

This div background color is #03121b


#03121b Border Color

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

This div border color is #03121b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03121b


Comments

No comments written yet.

Please login to write comment.