#02031C

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

Shades of Black Russian #02031C

Tints of Black Russian #02031C

Color information

#02031C (or 0x02031C) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 1C. RGB value is (2,3,28). Sum of RGB (Red+Green+Blue) = 2+3+28=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 28 (11.33% from 255 or 84.85% from 33); Max value from RGB is 28 - color contains mainly: blue. Hex color #02031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02031C is #FDFCE3. Grayscale: #050505. Windows color (decimal): -16645348 or 1835778. OLE color: 1835778.

HSL color Cylindrical-coordinate representation of color #02031C: hue angle of 237.69º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02031C is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB2328-
CMYK0.930.8900.89
HSL237.69º86.67%5.88%-
HSV(B)237.69º92.86%10.98%-
XYZ0.270.161.12-
YUV5.55140.67125.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.06%
GREEN value IS 3 (1.56% from 255) = 9.09%
BLUE value IS 28 (11.33% from 255) = 84.85%
R=6.06%
G=9.09%
B=84.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal23280.930.8900.89237.6986.675.88
Hex231C5D59059ee576
Octal233413513101313561276
Binary1011111001011101101100101011001111011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02031C; }

 p { color: rgb(2,3,28); }

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

<style>
 a { background-color: #02031C; }

 a { background-color: rgb(2,3,28); }

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

<style>
 span { border-color: #02031C; }

 span { border-color: rgb(2,3,28); }

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