Shades of Mardi Gras #2A0F28
Tints of Mardi Gras #2A0F28
RGB
CMYK
RGB Variations
Color information
#2A0F28 (or 0x2A0F28) is known color: Mardi Gras. HEX triplet: 2A, 0F and 28. RGB value is (42,15,40). Sum of RGB (Red+Green+Blue) = 42+15+40=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0F28 is #D5F0D7. Grayscale: #191919. Windows color (decimal): -14020824 or 2625322. OLE color: 2625322.
HSL color Cylindrical-coordinate representation of color #2A0F28: hue angle of 304.44º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A0F28 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 15 | 40 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.84 |
| HSL | 304.44º | 0.47% | 0.11% | - |
| HSV(B) | 304.44º | 0.64% | 0.16% | - |
| XYZ | 1.51 | 0.99 | 2.12 | - |
| YUV | 25.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 40 | 0 | 0.64 | 0.05 | 0.84 | 304.44 | 0.47 | 0.11 |
| Hex | 2A | F | 28 | 0 | 40 | 5 | 54 | 130 | 2F | B |
| Octal | 52 | 17 | 50 | 0 | 100 | 5 | 124 | 460 | 57 | 13 |
| Binary | 101010 | 1111 | 101000 | 0 | 1000000 | 101 | 1010100 | 100110000 | 101111 | 1011 |
Color Harmonies of #2A0F28
Complementary color
Monochromatic Colors of #2A0F28
Black with #2A0F28
Text Example
Text Example
White with #2A0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0F28; }
p { color: rgb(42,15,40); }
H1.HeaderClassName
{
color: #2A0F28;
}
.AnyTagClassName
{
color: #2A0F28;
}
</style>
background-color css
<style>
a { background-color: #2A0F28; }
a { background-color: rgb(42,15,40); }
div.DivClassName
{
background-color: #2A0F28;
}
.BgClassName
{
background-color: #2A0F28;
}
</style>
border-color css
<style>
span { border-color: #2A0F28; }
span { border-color: rgb(42,15,40); }
td.TdClassName
{
border-color: #2A0F28;
}
.TagClassName
{
border-color: #2A0F28;
}
</style>