#060212

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

Shades of Black Russian #060212

Tints of Black Russian #060212

Color information

#060212 (or 0x060212) is unknown color: approx Black Russian. HEX triplet: 06, 02 and 12. RGB value is (6,2,18). Sum of RGB (Red+Green+Blue) = 6+2+18=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #060212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060212 is #F9FDED. Grayscale: #040404. Windows color (decimal): -16383470 or 1180166. OLE color: 1180166.

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

Color convert

RGB6218-
CMYK0.670.8900.93
HSL255º80%3.92%-
HSV(B)255º88.89%7.06%-
XYZ0.210.130.59-
YUV5.02135.33128.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 23.08%
GREEN value IS 2 (1.17% from 255) = 7.69%
BLUE value IS 18 (7.42% from 255) = 69.23%
R=23.08%
G=7.69%
B=69.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal62180.670.8900.93255803.92
Hex6212435905Dff504
Octal622210313101353771204
Binary11010100101000011101100101011101111111111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060212; }

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

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

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

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

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

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

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

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