#05020C

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

Shades of Black Russian #05020C

Tints of Black Russian #05020C

Color information

#05020C (or 0x05020C) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 0C. RGB value is (5,2,12). Sum of RGB (Red+Green+Blue) = 5+2+12=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 12 (5.08% from 255 or 63.16% from 19); Max value from RGB is 12 - color contains mainly: blue. Hex color #05020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05020C is #FAFDF3. Grayscale: #040404. Windows color (decimal): -16449012 or 786949. OLE color: 786949.

HSL color Cylindrical-coordinate representation of color #05020C: hue angle of 258º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05020C is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB5212-
CMYK0.580.8300.95
HSL258º71.43%2.75%-
HSV(B)258º83.33%4.71%-
XYZ0.150.10.36-
YUV4.04132.49128.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 26.32%
GREEN value IS 2 (1.17% from 255) = 10.53%
BLUE value IS 12 (5.08% from 255) = 63.16%
R=26.32%
G=10.53%
B=63.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal52120.580.8300.9525871.432.75
Hex52C3A5305F102473
Octal52147212301374021073
Binary101101100111010101001101011111100000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05020C; }

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

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

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

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

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

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

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

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