Shades of Maire #090900
Tints of Maire #090900
RGB
CMYK
RGB Variations
Color information
#090900 (or 0x090900) is known color: Maire. HEX triplet: 09, 09 and 00. RGB value is (9,9,0). Sum of RGB (Red+Green+Blue) = 9+9+0=18 (2% of max value = 765). Red value is 9 (3.91% from 255 or 50% from 18); Green value is 9 (3.91% from 255 or 50% from 18); Blue value is 0 (0.39% from 255 or 0% from 18); Max value from RGB is 9 - color contains mainly: red, green. Hex color #090900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090900 is #F6F6FF. Grayscale: #080808. Windows color (decimal): -16185088 or 2313. OLE color: 2313.
HSL color Cylindrical-coordinate representation of color #090900: hue angle of 60º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090900 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 9 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.96 |
| HSL | 60º | 1% | 0.02% | - |
| HSV(B) | 60º | 1% | 0.04% | - |
| XYZ | 0.21 | 0.25 | 0.04 | - |
| YUV | 7.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 0 | 0 | 0 | 1 | 0.96 | 60 | 1 | 0.02 |
| Hex | 9 | 9 | 0 | 0 | 0 | 64 | 60 | 3C | 64 | 2 |
| Octal | 11 | 11 | 0 | 0 | 0 | 144 | 140 | 74 | 144 | 2 |
| Binary | 1001 | 1001 | 0 | 0 | 0 | 1100100 | 1100000 | 111100 | 1100100 | 10 |
Color Harmonies of #090900
Complementary color
Monochromatic Colors of #090900
Black with #090900
Text Example
Text Example
White with #090900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090900; }
p { color: rgb(9,9,0); }
H1.HeaderClassName
{
color: #090900;
}
.AnyTagClassName
{
color: #090900;
}
</style>
background-color css
<style>
a { background-color: #090900; }
a { background-color: rgb(9,9,0); }
div.DivClassName
{
background-color: #090900;
}
.BgClassName
{
background-color: #090900;
}
</style>
border-color css
<style>
span { border-color: #090900; }
span { border-color: rgb(9,9,0); }
td.TdClassName
{
border-color: #090900;
}
.TagClassName
{
border-color: #090900;
}
</style>