#03011E

Color #03011E Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #03011E

Tints of Black Russian #03011E

Color information

#03011E (or 0x03011E) is unknown color: approx Black Russian. HEX triplet: 03, 01 and 1E. RGB value is (3,1,30). Sum of RGB (Red+Green+Blue) = 3+1+30=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 30 (12.11% from 255 or 88.24% from 34); Max value from RGB is 30 - color contains mainly: blue. Hex color #03011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03011E is #FCFEE1. Grayscale: #040404. Windows color (decimal): -16580322 or 1966339. OLE color: 1966339.

HSL color Cylindrical-coordinate representation of color #03011E: hue angle of 244.14º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03011E is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB3130-
CMYK0.900.9700.88
HSL244.14º93.55%6.08%-
HSV(B)244.14º96.67%11.76%-
XYZ0.280.131.24-
YUV4.9142.16126.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 8.82%
GREEN value IS 1 (0.78% from 255) = 2.94%
BLUE value IS 30 (12.11% from 255) = 88.24%
R=8.82%
G=2.94%
B=88.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31300.900.9700.88244.1493.556.08
Hex311E5A61058f45e6
Octal313613214101303641366
Binary111111101011010110000101011000111101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03011E; }

 p { color: rgb(3,1,30); }

 H1.HeaderClassName
 {
   color: #03011E;
 }
 .AnyTagClassName
 {
   color: #03011E;
 }
</style>
background-color css

<style>
 a { background-color: #03011E; }

 a { background-color: rgb(3,1,30); }

 div.DivClassName
 {
   background-color: #03011E;
 }
 .BgClassName
 {
   background-color: #03011E;
 }
</style>
border-color css

<style>
 span { border-color: #03011E; }

 span { border-color: rgb(3,1,30); }

 td.TdClassName
 {
   border-color: #03011E;
 }
 .TagClassName
 {
   border-color: #03011E;
 }
</style>