Shades of Mardi Gras #30102B
Tints of Mardi Gras #30102B
RGB
CMYK
RGB Variations
Color information
#30102B (or 0x30102B) is known color: Mardi Gras. HEX triplet: 30, 10 and 2B. RGB value is (48,16,43). Sum of RGB (Red+Green+Blue) = 48+16+43=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #30102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30102B is #CFEFD4. Grayscale: #1C1C1C. Windows color (decimal): -13627349 or 2822192. OLE color: 2822192.
HSL color Cylindrical-coordinate representation of color #30102B: hue angle of 309.38º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30102B is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 16 | 43 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.81 |
| HSL | 309.38º | 0.5% | 0.13% | - |
| HSV(B) | 309.38º | 0.67% | 0.19% | - |
| XYZ | 1.84 | 1.17 | 2.41 | - |
| YUV | 28.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 43 | 0 | 0.67 | 0.10 | 0.81 | 309.38 | 0.5 | 0.13 |
| Hex | 30 | 10 | 2B | 0 | 43 | A | 51 | 135 | 32 | D |
| Octal | 60 | 20 | 53 | 0 | 103 | 12 | 121 | 465 | 62 | 15 |
| Binary | 110000 | 10000 | 101011 | 0 | 1000011 | 1010 | 1010001 | 100110101 | 110010 | 1101 |
Color Harmonies of #30102B
Complementary color
Monochromatic Colors of #30102B
Black with #30102B
Text Example
Text Example
White with #30102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30102B; }
p { color: rgb(48,16,43); }
H1.HeaderClassName
{
color: #30102B;
}
.AnyTagClassName
{
color: #30102B;
}
</style>
background-color css
<style>
a { background-color: #30102B; }
a { background-color: rgb(48,16,43); }
div.DivClassName
{
background-color: #30102B;
}
.BgClassName
{
background-color: #30102B;
}
</style>
border-color css
<style>
span { border-color: #30102B; }
span { border-color: rgb(48,16,43); }
td.TdClassName
{
border-color: #30102B;
}
.TagClassName
{
border-color: #30102B;
}
</style>