#050411

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

Shades of Black Russian #050411

Tints of Black Russian #050411

Color information

#050411 (or 0x050411) is unknown color: approx Black Russian. HEX triplet: 05, 04 and 11. RGB value is (5,4,17). Sum of RGB (Red+Green+Blue) = 5+4+17=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 17 (7.03% from 255 or 65.38% from 26); Max value from RGB is 17 - color contains mainly: blue. Hex color #050411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050411 is #FAFBEE. Grayscale: #050505. Windows color (decimal): -16448495 or 1115141. OLE color: 1115141.

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

Color convert

RGB5417-
CMYK0.710.7600.93
HSL244.62º61.9%4.12%-
HSV(B)244.62º76.47%6.67%-
XYZ0.210.160.55-
YUV5.78134.33127.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 19.23%
GREEN value IS 4 (1.95% from 255) = 15.38%
BLUE value IS 17 (7.03% from 255) = 65.38%
R=19.23%
G=15.38%
B=65.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal54170.710.7600.93244.6261.94.12
Hex5411474C05Df53e4
Octal54211071140135365764
Binary10110010001100011110011000101110111110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050411; }

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

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

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

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

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

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

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

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