Shades of Mardi Gras #090309
Tints of Mardi Gras #090309
RGB
CMYK
RGB Variations
Color information
#090309 (or 0x090309) is known color: Mardi Gras. HEX triplet: 09, 03 and 09. RGB value is (9,3,9). Sum of RGB (Red+Green+Blue) = 9+3+9=21 (2% of max value = 765). Red value is 9 (3.91% from 255 or 42.86% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 9 (3.91% from 255 or 42.86% from 21); Max value from RGB is 9 - color contains mainly: red, blue. Hex color #090309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090309 is #F6FCF6. Grayscale: #050505. Windows color (decimal): -16186615 or 590601. OLE color: 590601.
HSL color Cylindrical-coordinate representation of color #090309: hue angle of 300º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #090309 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 9 | 3 | 9 | - |
CMYK | 0 | 0.67 | 0 | 0.96 |
HSL | 300º | 0.5% | 0.02% | - |
HSV(B) | 300º | 0.67% | 0.04% | - |
XYZ | 0.19 | 0.14 | 0.28 | - |
YUV | 5.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 3 | 9 | 0 | 0.67 | 0 | 0.96 | 300 | 0.5 | 0.02 |
Hex | 9 | 3 | 9 | 0 | 43 | 0 | 60 | 12C | 32 | 2 |
Octal | 11 | 3 | 11 | 0 | 103 | 0 | 140 | 454 | 62 | 2 |
Binary | 1001 | 11 | 1001 | 0 | 1000011 | 0 | 1100000 | 100101100 | 110010 | 10 |
Color Harmonies of #090309
Complementary color
Monochromatic Colors of #090309
Black with #090309
Text Example
Text Example
White with #090309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090309; }
p { color: rgb(9,3,9); }
H1.HeaderClassName
{
color: #090309;
}
.AnyTagClassName
{
color: #090309;
}
</style>
background-color css
<style>
a { background-color: #090309; }
a { background-color: rgb(9,3,9); }
div.DivClassName
{
background-color: #090309;
}
.BgClassName
{
background-color: #090309;
}
</style>
border-color css
<style>
span { border-color: #090309; }
span { border-color: rgb(9,3,9); }
td.TdClassName
{
border-color: #090309;
}
.TagClassName
{
border-color: #090309;
}
</style>