#060020

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

Shades of Black Russian #060020

Tints of Black Russian #060020

Color information

#060020 (or 0x060020) is unknown color: approx Black Russian. HEX triplet: 06, 00 and 20. RGB value is (6,0,32). Sum of RGB (Red+Green+Blue) = 6+0+32=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 32 (12.89% from 255 or 84.21% from 38); Max value from RGB is 32 - color contains mainly: blue. Hex color #060020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060020 is #F9FFDF. Grayscale: #050505. Windows color (decimal): -16383968 or 2097158. OLE color: 2097158.

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

Color convert

RGB6032-
CMYK0.81100.87
HSL251.25º100%6.27%-
HSV(B)251.25º100%12.55%-
XYZ0.340.141.38-
YUV5.44142.99128.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 84.21%
R=15.79%
G=0%
B=84.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal60320.81100.87251.251006.27
Hex60205164057fb646
Octal604012114401273731446
Binary11001000001010001110010001010111111110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060020; }

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

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

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

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

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

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

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

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