#080206

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

Shades of Melanzane #080206

Tints of Melanzane #080206

Color information

#080206 (or 0x080206) is unknown color: approx Melanzane. HEX triplet: 08, 02 and 06. RGB value is (8,2,6). Sum of RGB (Red+Green+Blue) = 8+2+6=16 (2% of max value = 765). Red value is 8 (3.52% from 255 or 50% from 16); Green value is 2 (1.17% from 255 or 12.5% from 16); Blue value is 6 (2.73% from 255 or 37.5% from 16); Max value from RGB is 8 - color contains mainly: red. Hex color #080206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080206 is #F7FDF9. Grayscale: #040404. Windows color (decimal): -16252410 or 393736. OLE color: 393736.

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

Color convert

RGB826-
CMYK00.750.250.97
HSL320º60%1.96%-
HSV(B)320º75%3.14%-
XYZ0.150.110.19-
YUV4.25128.99130.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 12.5%
BLUE value IS 6 (2.73% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal82600.750.250.97320601.96
Hex82604B19611403c2
Octal1026011331141500742
Binary1000101100100101111001110000110100000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080206; }

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

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

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

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

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

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

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

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