Html Css Color HEX #080206 Melanzane

📋 copy color: '#080206'

red 8 ◦ green 2 ◦ blue 6

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

Shades of Melanzane #080206

Tints of Melanzane #080206

RGB

 RED value IS 8 (3.52% from 255) = 50%

 GREEN value IS 2 (1.17% from 255) = 12.5%

 BLUE value IS 6 (2.73% from 255) = 37.5%

R = 50%
G = 12.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.97

RGB Variations

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

Color information

#080206 (or 0x080206) is known color: Melanzane. HEX triplet: 08, 02 and 06. RGB value is (8,2,6). Sum of RGB (Red+Green+Blue) = 8+2+6=16 (2% of max value = 765). Red value is 8 (3.52% from 255 or 50% from 16); Green value is 2 (1.17% from 255 or 12.5% from 16); Blue value is 6 (2.73% from 255 or 37.5% from 16); Max value from RGB is 8 - color contains mainly: red. Hex color #080206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080206 is #F7FDF9. Grayscale: #040404. Windows color (decimal): -16252410 or 393736. OLE color: 393736.

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

Color convert

RGB 8 2 6 -
CMYK 0 0.75 0.25 0.97
HSL 320º 0.6% 0.02% -
HSV(B) 320º 0.75% 0.03% -
XYZ 0.15 0.11 0.19 -
YUV 4.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 8 2 6 0 0.75 0.25 0.97 320 0.6 0.02
Hex 8 2 6 0 4B 19 61 140 3C 2
Octal 10 2 6 0 113 31 141 500 74 2
Binary 1000 10 110 0 1001011 11001 1100001 101000000 111100 10

Color Harmonies of #080206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080206

Black with #080206

Text Example


Text Example

White with #080206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080206; }

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

 H1.HeaderClassName
 {
   color: #080206;
 }
 .AnyTagClassName
 {
   color: #080206;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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