#080006

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

Shades of Melanzane #080006

Tints of Melanzane #080006

Color information

#080006 (or 0x080006) is unknown color: approx Melanzane. HEX triplet: 08, 00 and 06. RGB value is (8,0,6). Sum of RGB (Red+Green+Blue) = 8+0+6=14 (1% of max value = 765). Red value is 8 (3.52% from 255 or 57.14% from 14); Green value is 0 (0.39% from 255 or 0% from 14); Blue value is 6 (2.73% from 255 or 42.86% from 14); Max value from RGB is 8 - color contains mainly: red. Hex color #080006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080006 is #F7FFF9. Grayscale: #030303. Windows color (decimal): -16252922 or 393224. OLE color: 393224.

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

Color convert

RGB806-
CMYK010.250.97
HSL315º100%1.57%-
HSV(B)315º100%3.14%-
XYZ0.130.060.18-
YUV3.08129.65131.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 57.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 42.86%
R=57.14%
G=0%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal806010.250.973151001.57
Hex806064196113b642
Octal10060144311414731442
Binary1000011001100100110011100001100111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080006; }

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

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

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

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

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

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

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

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