#080207

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

Shades of Melanzane #080207

Tints of Melanzane #080207

Color information

#080207 (or 0x080207) is unknown color: approx Melanzane. HEX triplet: 08, 02 and 07. RGB value is (8,2,7). Sum of RGB (Red+Green+Blue) = 8+2+7=17 (2% of max value = 765). Red value is 8 (3.52% from 255 or 47.06% from 17); Green value is 2 (1.17% from 255 or 11.76% from 17); Blue value is 7 (3.12% from 255 or 41.18% from 17); Max value from RGB is 8 - color contains mainly: red. Hex color #080207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080207 is #F7FDF8. Grayscale: #040404. Windows color (decimal): -16252409 or 459272. OLE color: 459272.

HSL color Cylindrical-coordinate representation of color #080207: hue angle of 310º 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 #080207 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.97.

Color convert

RGB827-
CMYK00.750.130.97
HSL310º60%1.96%-
HSV(B)310º75%3.14%-
XYZ0.160.110.21-
YUV4.36129.49130.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 47.06%
GREEN value IS 2 (1.17% from 255) = 11.76%
BLUE value IS 7 (3.12% from 255) = 41.18%
R=47.06%
G=11.76%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal82700.750.130.97310601.96
Hex82704BD611363c2
Octal1027011315141466742
Binary100010111010010111101110000110011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080207; }

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

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

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

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

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

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

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

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