#050517

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

Shades of Black Russian #050517

Tints of Black Russian #050517

Color information

#050517 (or 0x050517) is unknown color: approx Black Russian. HEX triplet: 05, 05 and 17. RGB value is (5,5,23). Sum of RGB (Red+Green+Blue) = 5+5+23=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 23 (9.38% from 255 or 69.70% from 33); Max value from RGB is 23 - color contains mainly: blue. Hex color #050517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050517 is #FAFAE8. Grayscale: #060606. Windows color (decimal): -16448233 or 1508613. OLE color: 1508613.

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

Color convert

RGB5523-
CMYK0.780.7800.91
HSL240º64.29%5.49%-
HSV(B)240º78.26%9.02%-
XYZ0.270.20.84-
YUV7.05137126.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.15%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 23 (9.38% from 255) = 69.70%
R=15.15%
G=15.15%
B=69.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal55230.780.7800.9124064.295.49
Hex55174E4E05Bf0405
Octal552711611601333601005
Binary101101101111001110100111001011011111100001000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050517; }

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

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

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

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

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

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

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

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