#02031A

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

Shades of Black Russian #02031A

Tints of Black Russian #02031A

Color information

#02031A (or 0x02031A) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 1A. RGB value is (2,3,26). Sum of RGB (Red+Green+Blue) = 2+3+26=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 26 (10.55% from 255 or 83.87% from 31); Max value from RGB is 26 - color contains mainly: blue. Hex color #02031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02031A is #FDFCE5. Grayscale: #050505. Windows color (decimal): -16645350 or 1704706. OLE color: 1704706.

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

Color convert

RGB2326-
CMYK0.920.8800.90
HSL237.5º85.71%5.49%-
HSV(B)237.5º92.31%10.2%-
XYZ0.240.150.99-
YUV5.32139.67125.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.45%
GREEN value IS 3 (1.56% from 255) = 9.68%
BLUE value IS 26 (10.55% from 255) = 83.87%
R=6.45%
G=9.68%
B=83.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal23260.920.8800.90237.585.715.49
Hex231A5C5805Aee565
Octal233213413001323561265
Binary1011110101011100101100001011010111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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