#020612

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

Shades of Black Russian #020612

Tints of Black Russian #020612

Color information

#020612 (or 0x020612) is unknown color: approx Black Russian. HEX triplet: 02, 06 and 12. RGB value is (2,6,18). Sum of RGB (Red+Green+Blue) = 2+6+18=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #020612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020612 is #FDF9ED. Grayscale: #060606. Windows color (decimal): -16644590 or 1181186. OLE color: 1181186.

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

Color convert

RGB2618-
CMYK0.890.6700.93
HSL225º80%3.92%-
HSV(B)225º88.89%7.06%-
XYZ0.20.190.6-
YUV6.17134.67125.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.69%
GREEN value IS 6 (2.73% from 255) = 23.08%
BLUE value IS 18 (7.42% from 255) = 69.23%
R=7.69%
G=23.08%
B=69.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal26180.890.6700.93225803.92
Hex2612594305De1504
Octal262213110301353411204
Binary10110100101011001100001101011101111000011010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020612; }

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

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

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

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

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

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

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

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