#060211

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

Shades of Black Russian #060211

Tints of Black Russian #060211

Color information

#060211 (or 0x060211) is unknown color: approx Black Russian. HEX triplet: 06, 02 and 11. RGB value is (6,2,17). Sum of RGB (Red+Green+Blue) = 6+2+17=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 17 (7.03% from 255 or 68% from 25); Max value from RGB is 17 - color contains mainly: blue. Hex color #060211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060211 is #F9FDEE. Grayscale: #040404. Windows color (decimal): -16383471 or 1114630. OLE color: 1114630.

HSL color Cylindrical-coordinate representation of color #060211: hue angle of 256º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060211 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB6217-
CMYK0.650.8800.93
HSL256º78.95%3.73%-
HSV(B)256º88.24%6.67%-
XYZ0.20.120.54-
YUV4.91134.83128.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 24%
GREEN value IS 2 (1.17% from 255) = 8%
BLUE value IS 17 (7.03% from 255) = 68%
R=24%
G=8%
B=68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal62170.650.8800.9325678.953.73
Hex6211415805D1004f4
Octal622110113001354001174
Binary110101000110000011011000010111011000000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060211; }

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

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

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

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

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

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

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

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