#050112

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

Shades of Black Russian #050112

Tints of Black Russian #050112

Color information

#050112 (or 0x050112) is unknown color: approx Black Russian. HEX triplet: 05, 01 and 12. RGB value is (5,1,18). Sum of RGB (Red+Green+Blue) = 5+1+18=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 18 (7.42% from 255 or 75% from 24); Max value from RGB is 18 - color contains mainly: blue. Hex color #050112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050112 is #FAFEED. Grayscale: #040404. Windows color (decimal): -16449262 or 1179909. OLE color: 1179909.

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

Color convert

RGB5118-
CMYK0.720.9400.93
HSL254.12º89.47%3.73%-
HSV(B)254.12º94.44%7.06%-
XYZ0.180.10.58-
YUV4.13135.83128.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20.83%
GREEN value IS 1 (0.78% from 255) = 4.17%
BLUE value IS 18 (7.42% from 255) = 75%
R=20.83%
G=4.17%
B=75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51180.720.9400.93254.1289.473.73
Hex5112485E05Dfe594
Octal512211013601353761314
Binary1011100101001000101111001011101111111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050112; }

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

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

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

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

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

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

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

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