Shades of Mardi Gras #30102A
Tints of Mardi Gras #30102A
RGB
CMYK
RGB Variations
Color information
#30102A (or 0x30102A) is known color: Mardi Gras. HEX triplet: 30, 10 and 2A. RGB value is (48,16,42). Sum of RGB (Red+Green+Blue) = 48+16+42=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #30102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30102A is #CFEFD5. Grayscale: #1C1C1C. Windows color (decimal): -13627350 or 2756656. OLE color: 2756656.
HSL color Cylindrical-coordinate representation of color #30102A: hue angle of 311.25º 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 #30102A is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 16 | 42 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.81 |
| HSL | 311.25º | 0.5% | 0.13% | - |
| HSV(B) | 311.25º | 0.67% | 0.19% | - |
| XYZ | 1.82 | 1.17 | 2.32 | - |
| YUV | 28.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 42 | 0 | 0.67 | 0.13 | 0.81 | 311.25 | 0.5 | 0.13 |
| Hex | 30 | 10 | 2A | 0 | 43 | D | 51 | 137 | 32 | D |
| Octal | 60 | 20 | 52 | 0 | 103 | 15 | 121 | 467 | 62 | 15 |
| Binary | 110000 | 10000 | 101010 | 0 | 1000011 | 1101 | 1010001 | 100110111 | 110010 | 1101 |
Color Harmonies of #30102A
Complementary color
Monochromatic Colors of #30102A
Black with #30102A
Text Example
Text Example
White with #30102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30102A; }
p { color: rgb(48,16,42); }
H1.HeaderClassName
{
color: #30102A;
}
.AnyTagClassName
{
color: #30102A;
}
</style>
background-color css
<style>
a { background-color: #30102A; }
a { background-color: rgb(48,16,42); }
div.DivClassName
{
background-color: #30102A;
}
.BgClassName
{
background-color: #30102A;
}
</style>
border-color css
<style>
span { border-color: #30102A; }
span { border-color: rgb(48,16,42); }
td.TdClassName
{
border-color: #30102A;
}
.TagClassName
{
border-color: #30102A;
}
</style>