#070206

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

Shades of Melanzane #070206

Tints of Melanzane #070206

Color information

#070206 (or 0x070206) is unknown color: approx Melanzane. HEX triplet: 07, 02 and 06. RGB value is (7,2,6). Sum of RGB (Red+Green+Blue) = 7+2+6=15 (1% of max value = 765). Red value is 7 (3.12% from 255 or 46.67% from 15); Green value is 2 (1.17% from 255 or 13.33% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 7 - color contains mainly: red. Hex color #070206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070206 is #F8FDF9. Grayscale: #030303. Windows color (decimal): -16317946 or 393735. OLE color: 393735.

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

Color convert

RGB726-
CMYK00.710.140.97
HSL312º55.56%1.76%-
HSV(B)312º71.43%2.75%-
XYZ0.140.10.18-
YUV3.95129.16130.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 46.67%
GREEN value IS 2 (1.17% from 255) = 13.33%
BLUE value IS 6 (2.73% from 255) = 40%
R=46.67%
G=13.33%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal72600.710.140.9731255.561.76
Hex726047E61138382
Octal726010716141470702
Binary11110110010001111110110000110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070206; }

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

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

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

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

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

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

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

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