#020611

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

Shades of Black Russian #020611

Tints of Black Russian #020611

Color information

#020611 (or 0x020611) is unknown color: approx Black Russian. HEX triplet: 02, 06 and 11. RGB value is (2,6,17). Sum of RGB (Red+Green+Blue) = 2+6+17=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 6 (2.73% from 255 or 24% 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 #020611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020611 is #FDF9EE. Grayscale: #060606. Windows color (decimal): -16644591 or 1115650. OLE color: 1115650.

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

Color convert

RGB2617-
CMYK0.880.6500.93
HSL224º78.95%3.73%-
HSV(B)224º88.24%6.67%-
XYZ0.190.180.56-
YUV6.06134.17125.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal26170.880.6500.9322478.953.73
Hex2611584105De04f4
Octal262113010101353401174
Binary10110100011011000100000101011101111000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020611; }

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

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

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

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

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

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

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

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