#050104

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

Shades of Melanzane #050104

Tints of Melanzane #050104

Color information

#050104 (or 0x050104) is unknown color: approx Melanzane. HEX triplet: 05, 01 and 04. RGB value is (5,1,4). Sum of RGB (Red+Green+Blue) = 5+1+4=10 (1% of max value = 765). Red value is 5 (2.34% from 255 or 50% from 10); Green value is 1 (0.78% from 255 or 10% from 10); Blue value is 4 (1.95% from 255 or 40% from 10); Max value from RGB is 5 - color contains mainly: red. Hex color #050104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050104 is #FAFEFB. Grayscale: #020202. Windows color (decimal): -16449276 or 262405. OLE color: 262405.

HSL color Cylindrical-coordinate representation of color #050104: hue angle of 315º degrees, saturation: 0.67, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050104 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.98.

Color convert

RGB514-
CMYK00.800.200.98
HSL315º66.67%1.18%-
HSV(B)315º80%1.96%-
XYZ0.10.060.12-
YUV2.54128.83129.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 10%
BLUE value IS 4 (1.95% from 255) = 40%
R=50%
G=10%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal51400.800.200.9831566.671.18
Hex514050146213b431
Octal5140120241424731031
Binary10111000101000010100110001010011101110000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050104; }

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

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

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

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

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

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

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

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