#060120

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

Shades of Black Russian #060120

Tints of Black Russian #060120

Color information

#060120 (or 0x060120) is unknown color: approx Black Russian. HEX triplet: 06, 01 and 20. RGB value is (6,1,32). Sum of RGB (Red+Green+Blue) = 6+1+32=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 32 (12.89% from 255 or 82.05% from 39); Max value from RGB is 32 - color contains mainly: blue. Hex color #060120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060120 is #F9FEDF. Grayscale: #050505. Windows color (decimal): -16383712 or 2097414. OLE color: 2097414.

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

Color convert

RGB6132-
CMYK0.810.9700.87
HSL249.68º93.94%6.47%-
HSV(B)249.68º96.88%12.55%-
XYZ0.350.161.38-
YUV6.03142.66127.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.38%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 32 (12.89% from 255) = 82.05%
R=15.38%
G=2.56%
B=82.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal61320.810.9700.87249.6893.946.47
Hex61205161057fa5e6
Octal614012114101273721366
Binary11011000001010001110000101010111111110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060120; }

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

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

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

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

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

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

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

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