#050211

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

Shades of Black Russian #050211

Tints of Black Russian #050211

Color information

#050211 (or 0x050211) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 11. RGB value is (5,2,17). Sum of RGB (Red+Green+Blue) = 5+2+17=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 17 (7.03% from 255 or 70.83% from 24); Max value from RGB is 17 - color contains mainly: blue. Hex color #050211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050211 is #FAFDEE. Grayscale: #040404. Windows color (decimal): -16449007 or 1114629. OLE color: 1114629.

HSL color Cylindrical-coordinate representation of color #050211: hue angle of 252º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #050211 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB5217-
CMYK0.710.8800.93
HSL252º78.95%3.73%-
HSV(B)252º88.24%6.67%-
XYZ0.190.120.54-
YUV4.61134.99128.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20.83%
GREEN value IS 2 (1.17% from 255) = 8.33%
BLUE value IS 17 (7.03% from 255) = 70.83%
R=20.83%
G=8.33%
B=70.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal52170.710.8800.9325278.953.73
Hex5211475805Dfc4f4
Octal522110713001353741174
Binary10110100011000111101100001011101111111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050211; }

 p { color: rgb(5,2,17); }

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

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

 a { background-color: rgb(5,2,17); }

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

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

 span { border-color: rgb(5,2,17); }

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