Shades of Maire #080800
Tints of Maire #080800
RGB
CMYK
RGB Variations
Color information
#080800 (or 0x080800) is known color: Maire. HEX triplet: 08, 08 and 00. RGB value is (8,8,0). Sum of RGB (Red+Green+Blue) = 8+8+0=16 (2% of max value = 765). Red value is 8 (3.52% from 255 or 50% from 16); Green value is 8 (3.52% from 255 or 50% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 8 - color contains mainly: red, green. Hex color #080800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080800 is #F7F7FF. Grayscale: #070707. Windows color (decimal): -16250880 or 2056. OLE color: 2056.
HSL color Cylindrical-coordinate representation of color #080800: hue angle of 60º 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 #080800 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 8 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.97 |
| HSL | 60º | 1% | 0.02% | - |
| HSV(B) | 60º | 1% | 0.03% | - |
| XYZ | 0.19 | 0.23 | 0.03 | - |
| YUV | 7.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 0 | 0 | 0 | 1 | 0.97 | 60 | 1 | 0.02 |
| Hex | 8 | 8 | 0 | 0 | 0 | 64 | 61 | 3C | 64 | 2 |
| Octal | 10 | 10 | 0 | 0 | 0 | 144 | 141 | 74 | 144 | 2 |
| Binary | 1000 | 1000 | 0 | 0 | 0 | 1100100 | 1100001 | 111100 | 1100100 | 10 |
Color Harmonies of #080800
Complementary color
Monochromatic Colors of #080800
Black with #080800
Text Example
Text Example
White with #080800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080800; }
p { color: rgb(8,8,0); }
H1.HeaderClassName
{
color: #080800;
}
.AnyTagClassName
{
color: #080800;
}
</style>
background-color css
<style>
a { background-color: #080800; }
a { background-color: rgb(8,8,0); }
div.DivClassName
{
background-color: #080800;
}
.BgClassName
{
background-color: #080800;
}
</style>
border-color css
<style>
span { border-color: #080800; }
span { border-color: rgb(8,8,0); }
td.TdClassName
{
border-color: #080800;
}
.TagClassName
{
border-color: #080800;
}
</style>