#05060C

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

Shades of Black Russian #05060C

Tints of Black Russian #05060C

Color information

#05060C (or 0x05060C) is unknown color: approx Black Russian. HEX triplet: 05, 06 and 0C. RGB value is (5,6,12). Sum of RGB (Red+Green+Blue) = 5+6+12=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 6 (2.73% from 255 or 26.09% from 23); Blue value is 12 (5.08% from 255 or 52.17% from 23); Max value from RGB is 12 - color contains mainly: blue. Hex color #05060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05060C is #FAF9F3. Grayscale: #060606. Windows color (decimal): -16447988 or 787973. OLE color: 787973.

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

Color convert

RGB5612-
CMYK0.580.5000.95
HSL231.43º41.18%3.33%-
HSV(B)231.43º58.33%4.71%-
XYZ0.190.190.37-
YUV6.38131.17127.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 21.74%
GREEN value IS 6 (2.73% from 255) = 26.09%
BLUE value IS 12 (5.08% from 255) = 52.17%
R=21.74%
G=26.09%
B=52.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal56120.580.5000.95231.4341.183.33
Hex56C3A3205Fe7293
Octal561472620137347513
Binary1011101100111010110010010111111110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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