Html Css Color HEX #080106 Melanzane

📋 copy color: '#080106'

red 8 ◦ green 1 ◦ blue 6

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

Shades of Melanzane #080106

Tints of Melanzane #080106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 6.67%

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

R = 53.33%
G = 6.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.97

RGB Variations

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

Color information

#080106 (or 0x080106) is known color: Melanzane. HEX triplet: 08, 01 and 06. RGB value is (8,1,6). Sum of RGB (Red+Green+Blue) = 8+1+6=15 (1% of max value = 765). Red value is 8 (3.52% from 255 or 53.33% from 15); Green value is 1 (0.78% from 255 or 6.67% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 8 - color contains mainly: red. Hex color #080106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080106 is #F7FEF9. Grayscale: #030303. Windows color (decimal): -16252666 or 393480. OLE color: 393480.

HSL color Cylindrical-coordinate representation of color #080106: hue angle of 317.14º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080106 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.97.

Color convert

RGB 8 1 6 -
CMYK 0 0.88 0.25 0.97
HSL 317.14º 0.78% 0.02% -
HSV(B) 317.14º 0.88% 0.03% -
XYZ 0.14 0.09 0.18 -
YUV 3.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 8 1 6 0 0.88 0.25 0.97 317.14 0.78 0.02
Hex 8 1 6 0 58 19 61 13D 4E 2
Octal 10 1 6 0 130 31 141 475 116 2
Binary 1000 1 110 0 1011000 11001 1100001 100111101 1001110 10

Color Harmonies of #080106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080106

Black with #080106

Text Example


Text Example

White with #080106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080106; }

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

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

background-color css

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

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

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

border-color css

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

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

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