#080507

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

Shades of Melanzane #080507

Tints of Melanzane #080507

Color information

#080507 (or 0x080507) is unknown color: approx Melanzane. HEX triplet: 08, 05 and 07. RGB value is (8,5,7). Sum of RGB (Red+Green+Blue) = 8+5+7=20 (2% of max value = 765). Red value is 8 (3.52% from 255 or 40% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 7 (3.12% from 255 or 35% from 20); Max value from RGB is 8 - color contains mainly: red. Hex color #080507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080507 is #F7FAF8. Grayscale: #060606. Windows color (decimal): -16251641 or 460040. OLE color: 460040.

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

Color convert

RGB857-
CMYK00.380.130.97
HSL320º23.08%2.55%-
HSV(B)320º37.5%3.14%-
XYZ0.190.180.22-
YUV6.12128.49129.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 40%
GREEN value IS 5 (2.34% from 255) = 25%
BLUE value IS 7 (3.12% from 255) = 35%
R=40%
G=25%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal85700.380.130.9732023.082.55
Hex857026D61140173
Octal105704615141500273
Binary10001011110100110110111000011010000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080507; }

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

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

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

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

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

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

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

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