#050A20

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

Shades of Black Russian #050A20

Tints of Black Russian #050A20

Color information

#050A20 (or 0x050A20) is unknown color: approx Black Russian. HEX triplet: 05, 0A and 20. RGB value is (5,10,32). Sum of RGB (Red+Green+Blue) = 5+10+32=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 32 (12.89% from 255 or 68.09% from 47); Max value from RGB is 32 - color contains mainly: blue. Hex color #050A20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A20 is #FAF5DF. Grayscale: #0A0A0A. Windows color (decimal): -16446944 or 2099717. OLE color: 2099717.

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

Color convert

RGB51032-
CMYK0.840.6900.87
HSL228.89º72.97%7.25%-
HSV(B)228.89º84.38%12.55%-
XYZ0.430.351.41-
YUV11.01139.84123.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 10 (4.30% from 255) = 21.28%
BLUE value IS 32 (12.89% from 255) = 68.09%
R=10.64%
G=21.28%
B=68.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal510320.840.6900.87228.8972.977.25
Hex5A205445057e5497
Octal5124012410501273451117
Binary10110101000001010100100010101010111111001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050A20; }

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

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

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

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

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

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

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

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