#050518

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

Shades of Black Russian #050518

Tints of Black Russian #050518

Color information

#050518 (or 0x050518) is unknown color: approx Black Russian. HEX triplet: 05, 05 and 18. RGB value is (5,5,24). Sum of RGB (Red+Green+Blue) = 5+5+24=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 24 (9.77% from 255 or 70.59% from 34); Max value from RGB is 24 - color contains mainly: blue. Hex color #050518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050518 is #FAFAE7. Grayscale: #070707. Windows color (decimal): -16448232 or 1574149. OLE color: 1574149.

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

Color convert

RGB5524-
CMYK0.790.7900.91
HSL240º65.52%5.69%-
HSV(B)240º79.17%9.41%-
XYZ0.280.210.89-
YUV7.17137.5126.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 14.71%
GREEN value IS 5 (2.34% from 255) = 14.71%
BLUE value IS 24 (9.77% from 255) = 70.59%
R=14.71%
G=14.71%
B=70.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal55240.790.7900.9124065.525.69
Hex55184F4F05Bf0426
Octal553011711701333601026
Binary101101110001001111100111101011011111100001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050518; }

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

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

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

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

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

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

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

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