#050418

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

Shades of Black Russian #050418

Tints of Black Russian #050418

Color information

#050418 (or 0x050418) is unknown color: approx Black Russian. HEX triplet: 05, 04 and 18. RGB value is (5,4,24). Sum of RGB (Red+Green+Blue) = 5+4+24=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 4 (1.95% from 255 or 12.12% 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 #050418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050418 is #FAFBE7. Grayscale: #060606. Windows color (decimal): -16448488 or 1573893. OLE color: 1573893.

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

Color convert

RGB5424-
CMYK0.790.8300.91
HSL243º71.43%5.49%-
HSV(B)243º83.33%9.41%-
XYZ0.270.190.89-
YUV6.58137.83126.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal54240.790.8300.9124371.435.49
Hex54184F5305Bf3475
Octal543011712301333631075
Binary101100110001001111101001101011011111100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050418; }

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

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

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

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

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

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

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

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