Html Css Color HEX #080006 Melanzane

📋 copy color: '#080006'

red 8 ◦ green 0 ◦ blue 6

#080006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #080006

Tints of Melanzane #080006

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 value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.97

RGB Variations

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

Color information

#080006 (or 0x080006) is known color: 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

RGB 8 0 6 -
CMYK 0 1 0.25 0.97
HSL 315º 1% 0.02% -
HSV(B) 315º 1% 0.03% -
XYZ 0.13 0.06 0.18 -
YUV 3.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 8 0 6 0 1 0.25 0.97 315 1 0.02
Hex 8 0 6 0 64 19 61 13B 64 2
Octal 10 0 6 0 144 31 141 473 144 2
Binary 1000 0 110 0 1100100 11001 1100001 100111011 1100100 10

Color Harmonies of #080006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080006

Black with #080006

Text Example


Text Example

White with #080006

Text Example


Text Example

HTML Codes & Css Web 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>