#040518

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

Shades of Black Russian #040518

Tints of Black Russian #040518

Color information

#040518 (or 0x040518) is unknown color: approx Black Russian. HEX triplet: 04, 05 and 18. RGB value is (4,5,24). Sum of RGB (Red+Green+Blue) = 4+5+24=33 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.12% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 24 (9.77% from 255 or 72.73% from 33); Max value from RGB is 24 - color contains mainly: blue. Hex color #040518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040518 is #FBFAE7. Grayscale: #060606. Windows color (decimal): -16513768 or 1574148. OLE color: 1574148.

HSL color Cylindrical-coordinate representation of color #040518: hue angle of 237º degrees, saturation: 0.71, 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 #040518 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB4524-
CMYK0.830.7900.91
HSL237º71.43%5.49%-
HSV(B)237º83.33%9.41%-
XYZ0.270.20.89-
YUV6.87137.67125.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.12%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 24 (9.77% from 255) = 72.73%
R=12.12%
G=15.15%
B=72.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal45240.830.7900.9123771.435.49
Hex4518534F05Bed475
Octal453012311701333551075
Binary100101110001010011100111101011011111011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040518; }

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

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

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

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

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

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

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

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