#020012

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

Shades of Black Russian #020012

Tints of Black Russian #020012

Color information

#020012 (or 0x020012) is unknown color: approx Black Russian. HEX triplet: 02, 00 and 12. RGB value is (2,0,18). Sum of RGB (Red+Green+Blue) = 2+0+18=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 0 (0.39% from 255 or 0% from 20); Blue value is 18 (7.42% from 255 or 90% from 20); Max value from RGB is 18 - color contains mainly: blue. Hex color #020012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020012 is #FDFFED. Grayscale: #020202. Windows color (decimal): -16646126 or 1179650. OLE color: 1179650.

HSL color Cylindrical-coordinate representation of color #020012: hue angle of 246.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020012 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB2018-
CMYK0.89100.93
HSL246.67º100%3.53%-
HSV(B)246.67º100%7.06%-
XYZ0.130.060.58-
YUV2.65136.66127.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 90%
R=10%
G=0%
B=90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal20180.89100.93246.671003.53
Hex2012596405Df7644
Octal202213114401353671444
Binary100100101011001110010001011101111101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020012; }

 p { color: rgb(2,0,18); }

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

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

 a { background-color: rgb(2,0,18); }

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

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

 span { border-color: rgb(2,0,18); }

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