Shades of Mardi Gras #300F30
Tints of Mardi Gras #300F30
RGB
CMYK
RGB Variations
Color information
#300F30 (or 0x300F30) is known color: Mardi Gras. HEX triplet: 30, 0F and 30. RGB value is (48,15,48). Sum of RGB (Red+Green+Blue) = 48+15+48=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: red, blue. Hex color #300F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F30 is #CFF0CF. Grayscale: #1C1C1C. Windows color (decimal): -13627600 or 3149616. OLE color: 3149616.
HSL color Cylindrical-coordinate representation of color #300F30: hue angle of 300º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #300F30 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 15 | 48 | - |
| CMYK | 0 | 0.69 | 0 | 0.81 |
| HSL | 300º | 0.52% | 0.12% | - |
| HSV(B) | 300º | 0.69% | 0.19% | - |
| XYZ | 1.92 | 1.18 | 2.92 | - |
| YUV | 28.63 | 138.93 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 48 | 0 | 0.69 | 0 | 0.81 | 300 | 0.52 | 0.12 |
| Hex | 30 | F | 30 | 0 | 45 | 0 | 51 | 12C | 34 | C |
| Octal | 60 | 17 | 60 | 0 | 105 | 0 | 121 | 454 | 64 | 14 |
| Binary | 110000 | 1111 | 110000 | 0 | 1000101 | 0 | 1010001 | 100101100 | 110100 | 1100 |
Color Harmonies of #300F30
Complementary color
Monochromatic Colors of #300F30
Black with #300F30
Text Example
Text Example
White with #300F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300F30; }
p { color: rgb(48,15,48); }
H1.HeaderClassName
{
color: #300F30;
}
.AnyTagClassName
{
color: #300F30;
}
</style>
background-color css
<style>
a { background-color: #300F30; }
a { background-color: rgb(48,15,48); }
div.DivClassName
{
background-color: #300F30;
}
.BgClassName
{
background-color: #300F30;
}
</style>
border-color css
<style>
span { border-color: #300F30; }
span { border-color: rgb(48,15,48); }
td.TdClassName
{
border-color: #300F30;
}
.TagClassName
{
border-color: #300F30;
}
</style>