#050216

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

Shades of Black Russian #050216

Tints of Black Russian #050216

Color information

#050216 (or 0x050216) is unknown color: approx Black Russian. HEX triplet: 05, 02 and 16. RGB value is (5,2,22). Sum of RGB (Red+Green+Blue) = 5+2+22=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 22 (8.98% from 255 or 75.86% from 29); Max value from RGB is 22 - color contains mainly: blue. Hex color #050216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050216 is #FAFDE9. Grayscale: #050505. Windows color (decimal): -16449002 or 1442309. OLE color: 1442309.

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

Color convert

RGB5222-
CMYK0.770.9100.91
HSL249º83.33%4.71%-
HSV(B)249º90.91%8.63%-
XYZ0.230.130.77-
YUV5.18137.49127.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.24%
GREEN value IS 2 (1.17% from 255) = 6.90%
BLUE value IS 22 (8.98% from 255) = 75.86%
R=17.24%
G=6.90%
B=75.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal52220.770.9100.9124983.334.71
Hex52164D5B05Bf9535
Octal522611513301333711235
Binary10110101101001101101101101011011111110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050216; }

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

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

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

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

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

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

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

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