Shades of Mardi Gras #281C27
Tints of Mardi Gras #281C27
RGB
CMYK
RGB Variations
Color information
#281C27 (or 0x281C27) is known color: Mardi Gras. HEX triplet: 28, 1C and 27. RGB value is (40,28,39). Sum of RGB (Red+Green+Blue) = 40+28+39=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 40 - color contains mainly: red. Hex color #281C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C27 is #D7E3D8. Grayscale: #202020. Windows color (decimal): -14148569 or 2563112. OLE color: 2563112.
HSL color Cylindrical-coordinate representation of color #281C27: hue angle of 305º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #281C27 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 28 | 39 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.84 |
| HSL | 305º | 0.18% | 0.13% | - |
| HSV(B) | 305º | 0.3% | 0.16% | - |
| XYZ | 1.66 | 1.43 | 2.11 | - |
| YUV | 32.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 39 | 0 | 0.30 | 0.02 | 0.84 | 305 | 0.18 | 0.13 |
| Hex | 28 | 1C | 27 | 0 | 1E | 2 | 54 | 131 | 12 | D |
| Octal | 50 | 34 | 47 | 0 | 36 | 2 | 124 | 461 | 22 | 15 |
| Binary | 101000 | 11100 | 100111 | 0 | 11110 | 10 | 1010100 | 100110001 | 10010 | 1101 |
Color Harmonies of #281C27
Complementary color
Monochromatic Colors of #281C27
Black with #281C27
Text Example
Text Example
White with #281C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C27; }
p { color: rgb(40,28,39); }
H1.HeaderClassName
{
color: #281C27;
}
.AnyTagClassName
{
color: #281C27;
}
</style>
background-color css
<style>
a { background-color: #281C27; }
a { background-color: rgb(40,28,39); }
div.DivClassName
{
background-color: #281C27;
}
.BgClassName
{
background-color: #281C27;
}
</style>
border-color css
<style>
span { border-color: #281C27; }
span { border-color: rgb(40,28,39); }
td.TdClassName
{
border-color: #281C27;
}
.TagClassName
{
border-color: #281C27;
}
</style>