#03011A

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

Shades of Black Russian #03011A

Tints of Black Russian #03011A

Color information

#03011A (or 0x03011A) is unknown color: approx Black Russian. HEX triplet: 03, 01 and 1A. RGB value is (3,1,26). Sum of RGB (Red+Green+Blue) = 3+1+26=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 26 (10.55% from 255 or 86.67% from 30); Max value from RGB is 26 - color contains mainly: blue. Hex color #03011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03011A is #FCFEE5. Grayscale: #040404. Windows color (decimal): -16580326 or 1704195. OLE color: 1704195.

HSL color Cylindrical-coordinate representation of color #03011A: hue angle of 244.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03011A is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB3126-
CMYK0.880.9600.90
HSL244.8º92.59%5.29%-
HSV(B)244.8º96.15%10.2%-
XYZ0.230.120.99-
YUV4.45140.16126.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10%
GREEN value IS 1 (0.78% from 255) = 3.33%
BLUE value IS 26 (10.55% from 255) = 86.67%
R=10%
G=3.33%
B=86.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal31260.880.9600.90244.892.595.29
Hex311A586005Af55d5
Octal313213014001323651355
Binary111110101011000110000001011010111101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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