#050516

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

Shades of Black Russian #050516

Tints of Black Russian #050516

Color information

#050516 (or 0x050516) is unknown color: approx Black Russian. HEX triplet: 05, 05 and 16. RGB value is (5,5,22). Sum of RGB (Red+Green+Blue) = 5+5+22=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 22 (8.98% from 255 or 68.75% from 32); Max value from RGB is 22 - color contains mainly: blue. Hex color #050516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050516 is #FAFAE9. Grayscale: #060606. Windows color (decimal): -16448234 or 1443077. OLE color: 1443077.

HSL color Cylindrical-coordinate representation of color #050516: hue angle of 240º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #050516 is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB5522-
CMYK0.770.7700.91
HSL240º62.96%5.29%-
HSV(B)240º77.27%8.63%-
XYZ0.260.20.78-
YUV6.94136.5126.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.62%
GREEN value IS 5 (2.34% from 255) = 15.62%
BLUE value IS 22 (8.98% from 255) = 68.75%
R=15.62%
G=15.62%
B=68.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal55220.770.7700.9124062.965.29
Hex55164D4D05Bf03f5
Octal55261151150133360775
Binary10110110110100110110011010101101111110000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050516; }

 p { color: rgb(5,5,22); }

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

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

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

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

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

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

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