#060C20

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

Shades of Black Russian #060C20

Tints of Black Russian #060C20

Color information

#060C20 (or 0x060C20) is unknown color: approx Black Russian. HEX triplet: 06, 0C and 20. RGB value is (6,12,32). Sum of RGB (Red+Green+Blue) = 6+12+32=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 32 (12.89% from 255 or 64% from 50); Max value from RGB is 32 - color contains mainly: blue. Hex color #060C20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C20 is #F9F3DF. Grayscale: #0C0C0C. Windows color (decimal): -16380896 or 2100230. OLE color: 2100230.

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

Color convert

RGB61232-
CMYK0.810.6300.87
HSL226.15º68.42%7.45%-
HSV(B)226.15º81.25%12.55%-
XYZ0.470.411.42-
YUV12.49139.01123.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12%
GREEN value IS 12 (5.08% from 255) = 24%
BLUE value IS 32 (12.89% from 255) = 64%
R=12%
G=24%
B=64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal612320.810.6300.87226.1568.427.45
Hex6C20513F057e2447
Octal614401217701273421047
Binary1101100100000101000111111101010111111000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060C20; }

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

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

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

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

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

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

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

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