Shades of Mardi Gras #270D24
Tints of Mardi Gras #270D24
RGB
CMYK
RGB Variations
Color information
#270D24 (or 0x270D24) is known color: Mardi Gras. HEX triplet: 27, 0D and 24. RGB value is (39,13,36). Sum of RGB (Red+Green+Blue) = 39+13+36=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #270D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D24 is #D8F2DB. Grayscale: #171717. Windows color (decimal): -14217948 or 2362663. OLE color: 2362663.
HSL color Cylindrical-coordinate representation of color #270D24: hue angle of 306.92º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #270D24 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 13 | 36 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.85 |
| HSL | 306.92º | 0.5% | 0.1% | - |
| HSV(B) | 306.92º | 0.67% | 0.15% | - |
| XYZ | 1.3 | 0.85 | 1.76 | - |
| YUV | 23.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 36 | 0 | 0.67 | 0.08 | 0.85 | 306.92 | 0.5 | 0.1 |
| Hex | 27 | D | 24 | 0 | 43 | 8 | 55 | 133 | 32 | A |
| Octal | 47 | 15 | 44 | 0 | 103 | 10 | 125 | 463 | 62 | 12 |
| Binary | 100111 | 1101 | 100100 | 0 | 1000011 | 1000 | 1010101 | 100110011 | 110010 | 1010 |
Color Harmonies of #270D24
Complementary color
Monochromatic Colors of #270D24
Black with #270D24
Text Example
Text Example
White with #270D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D24; }
p { color: rgb(39,13,36); }
H1.HeaderClassName
{
color: #270D24;
}
.AnyTagClassName
{
color: #270D24;
}
</style>
background-color css
<style>
a { background-color: #270D24; }
a { background-color: rgb(39,13,36); }
div.DivClassName
{
background-color: #270D24;
}
.BgClassName
{
background-color: #270D24;
}
</style>
border-color css
<style>
span { border-color: #270D24; }
span { border-color: rgb(39,13,36); }
td.TdClassName
{
border-color: #270D24;
}
.TagClassName
{
border-color: #270D24;
}
</style>