#020512

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

Shades of Black Russian #020512

Tints of Black Russian #020512

Color information

#020512 (or 0x020512) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 12. RGB value is (2,5,18). Sum of RGB (Red+Green+Blue) = 2+5+18=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 18 (7.42% from 255 or 72% from 25); Max value from RGB is 18 - color contains mainly: blue. Hex color #020512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020512 is #FDFAED. Grayscale: #050505. Windows color (decimal): -16644846 or 1180930. OLE color: 1180930.

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

Color convert

RGB2518-
CMYK0.890.7200.93
HSL228.75º80%3.92%-
HSV(B)228.75º88.89%7.06%-
XYZ0.190.170.59-
YUV5.58135.01125.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8%
GREEN value IS 5 (2.34% from 255) = 20%
BLUE value IS 18 (7.42% from 255) = 72%
R=8%
G=20%
B=72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal25180.890.7200.93228.75803.92
Hex2512594805De5504
Octal252213111001353451204
Binary10101100101011001100100001011101111001011010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020512; }

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

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

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

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

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

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

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

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