#050417

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

Shades of Black Russian #050417

Tints of Black Russian #050417

Color information

#050417 (or 0x050417) is unknown color: approx Black Russian. HEX triplet: 05, 04 and 17. RGB value is (5,4,23). Sum of RGB (Red+Green+Blue) = 5+4+23=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 23 (9.38% from 255 or 71.88% from 32); Max value from RGB is 23 - color contains mainly: blue. Hex color #050417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050417 is #FAFBE8. Grayscale: #060606. Windows color (decimal): -16448489 or 1508357. OLE color: 1508357.

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

Color convert

RGB5423-
CMYK0.780.8300.91
HSL243.16º70.37%5.29%-
HSV(B)243.16º82.61%9.02%-
XYZ0.260.180.83-
YUV6.46137.33126.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.62%
GREEN value IS 4 (1.95% from 255) = 12.5%
BLUE value IS 23 (9.38% from 255) = 71.88%
R=15.62%
G=12.5%
B=71.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal54230.780.8300.91243.1670.375.29
Hex54174E5305Bf3465
Octal542711612301333631065
Binary101100101111001110101001101011011111100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050417; }

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

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

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

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

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

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

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

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