#060004

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

Shades of Melanzane #060004

Tints of Melanzane #060004

Color information

#060004 (or 0x060004) is unknown color: approx Melanzane. HEX triplet: 06, 00 and 04. RGB value is (6,0,4). Sum of RGB (Red+Green+Blue) = 6+0+4=10 (1% of max value = 765). Red value is 6 (2.73% from 255 or 60% from 10); Green value is 0 (0.39% from 255 or 0% from 10); Blue value is 4 (1.95% from 255 or 40% from 10); Max value from RGB is 6 - color contains mainly: red. Hex color #060004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060004 is #F9FFFB. Grayscale: #020202. Windows color (decimal): -16383996 or 262150. OLE color: 262150.

HSL color Cylindrical-coordinate representation of color #060004: hue angle of 320º 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 #060004 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.98.

Color convert

RGB604-
CMYK010.330.98
HSL320º100%1.18%-
HSV(B)320º100%2.35%-
XYZ0.10.050.12-
YUV2.25128.99130.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal604010.330.983201001.18
Hex6040642162140641
Octal6040144411425001441
Binary110010001100100100001110001010100000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060004; }

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

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

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

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

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

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

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

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