#050116

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

Shades of Black Russian #050116

Tints of Black Russian #050116

Color information

#050116 (or 0x050116) is unknown color: approx Black Russian. HEX triplet: 05, 01 and 16. RGB value is (5,1,22). Sum of RGB (Red+Green+Blue) = 5+1+22=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 22 (8.98% from 255 or 78.57% from 28); Max value from RGB is 22 - color contains mainly: blue. Hex color #050116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050116 is #FAFEE9. Grayscale: #040404. Windows color (decimal): -16449258 or 1442053. OLE color: 1442053.

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

Color convert

RGB5122-
CMYK0.770.9500.91
HSL251.43º91.3%4.51%-
HSV(B)251.43º95.45%8.63%-
XYZ0.220.110.77-
YUV4.59137.83128.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.86%
GREEN value IS 1 (0.78% from 255) = 3.57%
BLUE value IS 22 (8.98% from 255) = 78.57%
R=17.86%
G=3.57%
B=78.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal51220.770.9500.91251.4391.34.51
Hex51164D5F05Bfb5b5
Octal512611513701333731335
Binary1011101101001101101111101011011111110111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050116; }

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

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

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

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

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

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

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

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