#070406

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

Shades of Melanzane #070406

Tints of Melanzane #070406

Color information

#070406 (or 0x070406) is unknown color: approx Melanzane. HEX triplet: 07, 04 and 06. RGB value is (7,4,6). Sum of RGB (Red+Green+Blue) = 7+4+6=17 (2% of max value = 765). Red value is 7 (3.12% from 255 or 41.18% from 17); Green value is 4 (1.95% from 255 or 23.53% from 17); Blue value is 6 (2.73% from 255 or 35.29% from 17); Max value from RGB is 7 - color contains mainly: red. Hex color #070406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070406 is #F8FBF9. Grayscale: #050505. Windows color (decimal): -16317434 or 394247. OLE color: 394247.

HSL color Cylindrical-coordinate representation of color #070406: hue angle of 320º degrees, saturation: 0.27, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #070406 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.97.

Color convert

RGB746-
CMYK00.430.140.97
HSL320º27.27%2.16%-
HSV(B)320º42.86%2.75%-
XYZ0.160.150.19-
YUV5.12128.49129.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 41.18%
GREEN value IS 4 (1.95% from 255) = 23.53%
BLUE value IS 6 (2.73% from 255) = 35.29%
R=41.18%
G=23.53%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal74600.430.140.9732027.272.16
Hex74602BE611401b2
Octal74605316141500332
Binary1111001100101011111011000011010000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070406; }

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

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

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

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

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

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

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

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