#060512

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

Shades of Black Russian #060512

Tints of Black Russian #060512

Color information

#060512 (or 0x060512) is unknown color: approx Black Russian. HEX triplet: 06, 05 and 12. RGB value is (6,5,18). Sum of RGB (Red+Green+Blue) = 6+5+18=29 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20.69% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #060512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060512 is #F9FAED. Grayscale: #060606. Windows color (decimal): -16382702 or 1180934. OLE color: 1180934.

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

Color convert

RGB6518-
CMYK0.670.7200.93
HSL244.62º56.52%4.51%-
HSV(B)244.62º72.22%7.06%-
XYZ0.240.190.6-
YUV6.78134.33127.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 20.69%
GREEN value IS 5 (2.34% from 255) = 17.24%
BLUE value IS 18 (7.42% from 255) = 62.07%
R=20.69%
G=17.24%
B=62.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal65180.670.7200.93244.6256.524.51
Hex6512434805Df5395
Octal65221031100135365715
Binary11010110010100001110010000101110111110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060512; }

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

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

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

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

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

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

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

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