#050620

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

Shades of Black Russian #050620

Tints of Black Russian #050620

Color information

#050620 (or 0x050620) is unknown color: approx Black Russian. HEX triplet: 05, 06 and 20. RGB value is (5,6,32). Sum of RGB (Red+Green+Blue) = 5+6+32=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 32 (12.89% from 255 or 74.42% from 43); Max value from RGB is 32 - color contains mainly: blue. Hex color #050620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050620 is #FAF9DF. Grayscale: #080808. Windows color (decimal): -16447968 or 2098693. OLE color: 2098693.

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

Color convert

RGB5632-
CMYK0.840.8100.87
HSL237.78º72.97%7.25%-
HSV(B)237.78º84.38%12.55%-
XYZ0.390.271.4-
YUV8.66141.17125.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.63%
GREEN value IS 6 (2.73% from 255) = 13.95%
BLUE value IS 32 (12.89% from 255) = 74.42%
R=11.63%
G=13.95%
B=74.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal56320.840.8100.87237.7872.977.25
Hex56205451057ee497
Octal564012412101273561117
Binary1011101000001010100101000101010111111011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050620; }

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

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

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

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

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

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

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

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