#050118

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

Shades of Black Russian #050118

Tints of Black Russian #050118

Color information

#050118 (or 0x050118) is unknown color: approx Black Russian. HEX triplet: 05, 01 and 18. RGB value is (5,1,24). Sum of RGB (Red+Green+Blue) = 5+1+24=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 24 (9.77% from 255 or 80% from 30); Max value from RGB is 24 - color contains mainly: blue. Hex color #050118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050118 is #FAFEE7. Grayscale: #040404. Windows color (decimal): -16449256 or 1573125. OLE color: 1573125.

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

Color convert

RGB5124-
CMYK0.790.9600.91
HSL250.43º92%4.9%-
HSV(B)250.43º95.83%9.41%-
XYZ0.240.120.87-
YUV4.82138.83128.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.67%
GREEN value IS 1 (0.78% from 255) = 3.33%
BLUE value IS 24 (9.77% from 255) = 80%
R=16.67%
G=3.33%
B=80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal51240.790.9600.91250.43924.9
Hex51184F6005Bfa5c5
Octal513011714001333721345
Binary1011110001001111110000001011011111110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050118; }

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

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

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

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

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

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

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

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