#050412

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

Shades of Black Russian #050412

Tints of Black Russian #050412

Color information

#050412 (or 0x050412) is unknown color: approx Black Russian. HEX triplet: 05, 04 and 12. RGB value is (5,4,18). Sum of RGB (Red+Green+Blue) = 5+4+18=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 18 (7.42% from 255 or 66.67% from 27); Max value from RGB is 18 - color contains mainly: blue. Hex color #050412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050412 is #FAFBED. Grayscale: #050505. Windows color (decimal): -16448494 or 1180677. OLE color: 1180677.

HSL color Cylindrical-coordinate representation of color #050412: hue angle of 244.29º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #050412 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB5418-
CMYK0.720.7800.93
HSL244.29º63.64%4.31%-
HSV(B)244.29º77.78%7.06%-
XYZ0.220.160.59-
YUV5.9134.83127.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 18.52%
GREEN value IS 4 (1.95% from 255) = 14.81%
BLUE value IS 18 (7.42% from 255) = 66.67%
R=18.52%
G=14.81%
B=66.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal54180.720.7800.93244.2963.644.31
Hex5412484E05Df4404
Octal542211011601353641004
Binary101100100101001000100111001011101111101001000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050412; }

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

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

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

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

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

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

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

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