#080307

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

Shades of Melanzane #080307

Tints of Melanzane #080307

Color information

#080307 (or 0x080307) is unknown color: approx Melanzane. HEX triplet: 08, 03 and 07. RGB value is (8,3,7). Sum of RGB (Red+Green+Blue) = 8+3+7=18 (2% of max value = 765). Red value is 8 (3.52% from 255 or 44.44% from 18); Green value is 3 (1.56% from 255 or 16.67% from 18); Blue value is 7 (3.12% from 255 or 38.89% from 18); Max value from RGB is 8 - color contains mainly: red. Hex color #080307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080307 is #F7FCF8. Grayscale: #040404. Windows color (decimal): -16252153 or 459528. OLE color: 459528.

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

Color convert

RGB837-
CMYK00.630.130.97
HSL312º45.45%2.16%-
HSV(B)312º62.5%3.14%-
XYZ0.170.130.22-
YUV4.95129.16130.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 44.44%
GREEN value IS 3 (1.56% from 255) = 16.67%
BLUE value IS 7 (3.12% from 255) = 38.89%
R=44.44%
G=16.67%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal83700.630.130.9731245.452.16
Hex83703FD611382d2
Octal103707715141470552
Binary10001111101111111101110000110011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080307; }

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

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

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

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

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

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

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

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