#020712

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

Shades of Black Russian #020712

Tints of Black Russian #020712

Color information

#020712 (or 0x020712) is unknown color: approx Black Russian. HEX triplet: 02, 07 and 12. RGB value is (2,7,18). Sum of RGB (Red+Green+Blue) = 2+7+18=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 18 (7.42% from 255 or 66.67% from 27); Max value from RGB is 18 - color contains mainly: blue. Hex color #020712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020712 is #FDF8ED. Grayscale: #060606. Windows color (decimal): -16644334 or 1181442. OLE color: 1181442.

HSL color Cylindrical-coordinate representation of color #020712: hue angle of 221.25º 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 #020712 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB2718-
CMYK0.890.6100.93
HSL221.25º80%3.92%-
HSV(B)221.25º88.89%7.06%-
XYZ0.210.210.6-
YUV6.76134.34124.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.41%
GREEN value IS 7 (3.12% from 255) = 25.93%
BLUE value IS 18 (7.42% from 255) = 66.67%
R=7.41%
G=25.93%
B=66.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal27180.890.6100.93221.25803.92
Hex2712593D05Ddd504
Octal27221317501353351204
Binary1011110010101100111110101011101110111011010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020712; }

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

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

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

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

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

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

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

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