Shades of Mardi Gras #300929
Tints of Mardi Gras #300929
RGB
CMYK
RGB Variations
Color information
#300929 (or 0x300929) is known color: Mardi Gras. HEX triplet: 30, 09 and 29. RGB value is (48,9,41). Sum of RGB (Red+Green+Blue) = 48+9+41=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #300929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300929 is #CFF6D6. Grayscale: #181818. Windows color (decimal): -13629143 or 2689328. OLE color: 2689328.
HSL color Cylindrical-coordinate representation of color #300929: hue angle of 310.77º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300929 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 9 | 41 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.81 |
| HSL | 310.77º | 0.68% | 0.11% | - |
| HSV(B) | 310.77º | 0.81% | 0.19% | - |
| XYZ | 1.72 | 0.98 | 2.2 | - |
| YUV | 24.31 | 137.42 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 41 | 0 | 0.81 | 0.15 | 0.81 | 310.77 | 0.68 | 0.11 |
| Hex | 30 | 9 | 29 | 0 | 51 | F | 51 | 137 | 44 | B |
| Octal | 60 | 11 | 51 | 0 | 121 | 17 | 121 | 467 | 104 | 13 |
| Binary | 110000 | 1001 | 101001 | 0 | 1010001 | 1111 | 1010001 | 100110111 | 1000100 | 1011 |
Color Harmonies of #300929
Complementary color
Monochromatic Colors of #300929
Black with #300929
Text Example
Text Example
White with #300929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300929; }
p { color: rgb(48,9,41); }
H1.HeaderClassName
{
color: #300929;
}
.AnyTagClassName
{
color: #300929;
}
</style>
background-color css
<style>
a { background-color: #300929; }
a { background-color: rgb(48,9,41); }
div.DivClassName
{
background-color: #300929;
}
.BgClassName
{
background-color: #300929;
}
</style>
border-color css
<style>
span { border-color: #300929; }
span { border-color: rgb(48,9,41); }
td.TdClassName
{
border-color: #300929;
}
.TagClassName
{
border-color: #300929;
}
</style>