Shades of Mardi Gras #281B28
Tints of Mardi Gras #281B28
RGB
CMYK
RGB Variations
Color information
#281B28 (or 0x281B28) is known color: Mardi Gras. HEX triplet: 28, 1B and 28. RGB value is (40,27,40). Sum of RGB (Red+Green+Blue) = 40+27+40=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 40 - color contains mainly: red, blue. Hex color #281B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B28 is #D7E4D7. Grayscale: #202020. Windows color (decimal): -14148824 or 2628392. OLE color: 2628392.
HSL color Cylindrical-coordinate representation of color #281B28: hue angle of 300º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #281B28 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 27 | 40 | - |
| CMYK | 0 | 0.33 | 0 | 0.84 |
| HSL | 300º | 0.19% | 0.13% | - |
| HSV(B) | 300º | 0.33% | 0.16% | - |
| XYZ | 1.65 | 1.39 | 2.19 | - |
| YUV | 32.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 40 | 0 | 0.33 | 0 | 0.84 | 300 | 0.19 | 0.13 |
| Hex | 28 | 1B | 28 | 0 | 21 | 0 | 54 | 12C | 13 | D |
| Octal | 50 | 33 | 50 | 0 | 41 | 0 | 124 | 454 | 23 | 15 |
| Binary | 101000 | 11011 | 101000 | 0 | 100001 | 0 | 1010100 | 100101100 | 10011 | 1101 |
Color Harmonies of #281B28
Complementary color
Monochromatic Colors of #281B28
Black with #281B28
Text Example
Text Example
White with #281B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B28; }
p { color: rgb(40,27,40); }
H1.HeaderClassName
{
color: #281B28;
}
.AnyTagClassName
{
color: #281B28;
}
</style>
background-color css
<style>
a { background-color: #281B28; }
a { background-color: rgb(40,27,40); }
div.DivClassName
{
background-color: #281B28;
}
.BgClassName
{
background-color: #281B28;
}
</style>
border-color css
<style>
span { border-color: #281B28; }
span { border-color: rgb(40,27,40); }
td.TdClassName
{
border-color: #281B28;
}
.TagClassName
{
border-color: #281B28;
}
</style>