#050011

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

Shades of Black Russian #050011

Tints of Black Russian #050011

Color information

#050011 (or 0x050011) is unknown color: approx Black Russian. HEX triplet: 05, 00 and 11. RGB value is (5,0,17). Sum of RGB (Red+Green+Blue) = 5+0+17=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 0 (0.39% from 255 or 0% from 22); Blue value is 17 (7.03% from 255 or 77.27% from 22); Max value from RGB is 17 - color contains mainly: blue. Hex color #050011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050011 is #FAFFEE. Grayscale: #030303. Windows color (decimal): -16449519 or 1114117. OLE color: 1114117.

HSL color Cylindrical-coordinate representation of color #050011: hue angle of 257.65º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050011 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB5017-
CMYK0.71100.93
HSL257.65º100%3.33%-
HSV(B)257.65º100%6.67%-
XYZ0.160.070.54-
YUV3.43135.66129.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 22.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 77.27%
R=22.73%
G=0%
B=77.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal50170.71100.93257.651003.33
Hex5011476405D102643
Octal502110714401354021443
Binary1010100011000111110010001011101100000010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050011; }

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

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

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

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

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

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

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

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