#02051A

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

Shades of Black Russian #02051A

Tints of Black Russian #02051A

Color information

#02051A (or 0x02051A) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 1A. RGB value is (2,5,26). Sum of RGB (Red+Green+Blue) = 2+5+26=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 26 (10.55% from 255 or 78.79% from 33); Max value from RGB is 26 - color contains mainly: blue. Hex color #02051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02051A is #FDFAE5. Grayscale: #060606. Windows color (decimal): -16644838 or 1705218. OLE color: 1705218.

HSL color Cylindrical-coordinate representation of color #02051A: hue angle of 232.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 #02051A is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB2526-
CMYK0.920.8100.90
HSL232.5º85.71%5.49%-
HSV(B)232.5º92.31%10.2%-
XYZ0.270.21-
YUV6.5139.01124.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.06%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 26 (10.55% from 255) = 78.79%
R=6.06%
G=15.15%
B=78.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25260.920.8100.90232.585.715.49
Hex251A5C5105Ae8565
Octal253213412101323501265
Binary10101110101011100101000101011010111010001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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