#050820

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

Shades of Black Russian #050820

Tints of Black Russian #050820

Color information

#050820 (or 0x050820) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 20. RGB value is (5,8,32). Sum of RGB (Red+Green+Blue) = 5+8+32=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 32 (12.89% from 255 or 71.11% from 45); Max value from RGB is 32 - color contains mainly: blue. Hex color #050820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050820 is #FAF7DF. Grayscale: #090909. Windows color (decimal): -16447456 or 2099205. OLE color: 2099205.

HSL color Cylindrical-coordinate representation of color #050820: hue angle of 233.33º 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 #050820 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB5832-
CMYK0.840.7500.87
HSL233.33º72.97%7.25%-
HSV(B)233.33º84.38%12.55%-
XYZ0.410.311.4-
YUV9.84140.51124.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.11%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 32 (12.89% from 255) = 71.11%
R=11.11%
G=17.78%
B=71.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal58320.840.7500.87233.3372.977.25
Hex5820544B057e9497
Octal5104012411301273511117
Binary10110001000001010100100101101010111111010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050820; }

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

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

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

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

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

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

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

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