Html Css Color HEX #050004 Melanzane

📋 copy color: '#050004'

red 5 ◦ green 0 ◦ blue 4

#050004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #050004

Tints of Melanzane #050004

RGB

 RED value IS 5 (2.34% from 255) = 55.56%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 4 (1.95% from 255) = 44.44%

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.98

RGB Variations

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

Color information

#050004 (or 0x050004) is known color: Melanzane. HEX triplet: 05, 00 and 04. RGB value is (5,0,4). Sum of RGB (Red+Green+Blue) = 5+0+4=9 (1% of max value = 765). Red value is 5 (2.34% from 255 or 55.56% from 9); Green value is 0 (0.39% from 255 or 0% from 9); Blue value is 4 (1.95% from 255 or 44.44% from 9); Max value from RGB is 5 - color contains mainly: red. Hex color #050004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050004 is #FAFFFB. Grayscale: #010101. Windows color (decimal): -16449532 or 262149. OLE color: 262149.

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

Color convert

RGB 5 0 4 -
CMYK 0 1 0.20 0.98
HSL 312º 1% 0.01% -
HSV(B) 312º 1% 0.02% -
XYZ 0.08 0.04 0.12 -
YUV 1.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 5 0 4 0 1 0.20 0.98 312 1 0.01
Hex 5 0 4 0 64 14 62 138 64 1
Octal 5 0 4 0 144 24 142 470 144 1
Binary 101 0 100 0 1100100 10100 1100010 100111000 1100100 1

Color Harmonies of #050004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050004

Black with #050004

Text Example


Text Example

White with #050004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050004; }

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

 H1.HeaderClassName
 {
   color: #050004;
 }
 .AnyTagClassName
 {
   color: #050004;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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