#060220

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

Shades of Black Russian #060220

Tints of Black Russian #060220

Color information

#060220 (or 0x060220) is unknown color: approx Black Russian. HEX triplet: 06, 02 and 20. RGB value is (6,2,32). Sum of RGB (Red+Green+Blue) = 6+2+32=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 32 (12.89% from 255 or 80% from 40); Max value from RGB is 32 - color contains mainly: blue. Hex color #060220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060220 is #F9FDDF. Grayscale: #060606. Windows color (decimal): -16383456 or 2097670. OLE color: 2097670.

HSL color Cylindrical-coordinate representation of color #060220: hue angle of 248º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060220 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB6232-
CMYK0.810.9400.87
HSL248º88.24%6.67%-
HSV(B)248º93.75%12.55%-
XYZ0.360.191.38-
YUV6.62142.33127.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 32 (12.89% from 255) = 80%
R=15%
G=5%
B=80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal62320.810.9400.8724888.246.67
Hex6220515E057f8587
Octal624012113601273701307
Binary110101000001010001101111001010111111110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060220; }

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

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

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

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

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

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

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

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