#080005

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

Shades of Melanzane #080005

Tints of Melanzane #080005

Color information

#080005 (or 0x080005) is unknown color: approx Melanzane. HEX triplet: 08, 00 and 05. RGB value is (8,0,5). Sum of RGB (Red+Green+Blue) = 8+0+5=13 (1% of max value = 765). Red value is 8 (3.52% from 255 or 61.54% from 13); Green value is 0 (0.39% from 255 or 0% from 13); Blue value is 5 (2.34% from 255 or 38.46% from 13); Max value from RGB is 8 - color contains mainly: red. Hex color #080005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080005 is #F7FFFA. Grayscale: #020202. Windows color (decimal): -16252923 or 327688. OLE color: 327688.

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

Color convert

RGB805-
CMYK010.380.97
HSL322.5º100%1.57%-
HSV(B)322.5º100%3.14%-
XYZ0.130.060.15-
YUV2.96129.15131.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 61.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 38.46%
R=61.54%
G=0%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal805010.380.97322.51001.57
Hex8050642661142642
Octal10050144461415021442
Binary10000101011001001001101100001101000010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080005; }

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

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

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

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

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

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

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

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