#050111

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

Shades of Black Russian #050111

Tints of Black Russian #050111

Color information

#050111 (or 0x050111) is unknown color: approx Black Russian. HEX triplet: 05, 01 and 11. RGB value is (5,1,17). Sum of RGB (Red+Green+Blue) = 5+1+17=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 17 (7.03% from 255 or 73.91% from 23); Max value from RGB is 17 - color contains mainly: blue. Hex color #050111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050111 is #FAFEEE. Grayscale: #030303. Windows color (decimal): -16449263 or 1114373. OLE color: 1114373.

HSL color Cylindrical-coordinate representation of color #050111: hue angle of 255º 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 #050111 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB5117-
CMYK0.710.9400.93
HSL255º88.89%3.53%-
HSV(B)255º94.12%6.67%-
XYZ0.170.090.54-
YUV4.02135.33128.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 21.74%
GREEN value IS 1 (0.78% from 255) = 4.35%
BLUE value IS 17 (7.03% from 255) = 73.91%
R=21.74%
G=4.35%
B=73.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51170.710.9400.9325588.893.53
Hex5111475E05Dff594
Octal512110713601353771314
Binary1011100011000111101111001011101111111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050111; }

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

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

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

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

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

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

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

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