Color Hex Logo

#03001f Color Hex

#03001F
(3,0,31)
0 Favorites   0 Comments

Color spaces of #03001f

RGB 3031
HSL0.681.000.06
HSV246°100°12°
CMYK 0.901.000.00   0.88
XYZ0.28490.11831.3041
Yxy0.11830.16690.0693
Hunter Lab3.43958.7665-20.0726
CIE-Lab1.06867.0646-16.3308

#03001f color RGB value is (3,0,31).

#03001f hex color red value is 3, green value is 0 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #03001f hue: 0.68 , saturation: 1.00 and the lightness value of 03001f is 0.06.

The process color (four color CMYK) of #03001f color hex is 0.90, 1.00, 0.00, 0.88. Web safe color of #03001f is #000033. Color #03001f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000000 00011111
Octal 3 0 37
Decimal 3 0 31
Hex 3 0 1F

RGB Percentages of Color #03001f

%8.82
%0.00
%91.18

CMYK Percentages of Color #03001f

%90
%100
%0
%88

Triadic Colors of #03001f

#03001f #1f0300 #001f03

Analogous Colors of #03001f

#03001f #13001f #000d1f

Monochromatic Colors of #03001f

#03001f

Complementary Color

#03001f #1c1f00

#03001f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03001f Color Preview on White Background

Lorem ipsum dolor sit amet.

#03001f Color CSS Codes

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

#03001f Text Font Color

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

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


#03001f Background Color

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

This div background color is #03001f


#03001f Border Color

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

This div border color is #03001f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03001f

#03001f Color Palettes


Comments

No comments written yet.

Please login to write comment.