Shades of Mardi Gras #270D25
Tints of Mardi Gras #270D25
RGB
CMYK
RGB Variations
Color information
#270D25 (or 0x270D25) is known color: Mardi Gras. HEX triplet: 27, 0D and 25. RGB value is (39,13,37). Sum of RGB (Red+Green+Blue) = 39+13+37=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #270D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D25 is #D8F2DA. Grayscale: #171717. Windows color (decimal): -14217947 or 2428199. OLE color: 2428199.
HSL color Cylindrical-coordinate representation of color #270D25: hue angle of 304.62º 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 #270D25 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 13 | 37 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.85 |
| HSL | 304.62º | 0.5% | 0.1% | - |
| HSV(B) | 304.62º | 0.67% | 0.15% | - |
| XYZ | 1.31 | 0.85 | 1.85 | - |
| YUV | 23.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 37 | 0 | 0.67 | 0.05 | 0.85 | 304.62 | 0.5 | 0.1 |
| Hex | 27 | D | 25 | 0 | 43 | 5 | 55 | 131 | 32 | A |
| Octal | 47 | 15 | 45 | 0 | 103 | 5 | 125 | 461 | 62 | 12 |
| Binary | 100111 | 1101 | 100101 | 0 | 1000011 | 101 | 1010101 | 100110001 | 110010 | 1010 |
Color Harmonies of #270D25
Complementary color
Monochromatic Colors of #270D25
Black with #270D25
Text Example
Text Example
White with #270D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D25; }
p { color: rgb(39,13,37); }
H1.HeaderClassName
{
color: #270D25;
}
.AnyTagClassName
{
color: #270D25;
}
</style>
background-color css
<style>
a { background-color: #270D25; }
a { background-color: rgb(39,13,37); }
div.DivClassName
{
background-color: #270D25;
}
.BgClassName
{
background-color: #270D25;
}
</style>
border-color css
<style>
span { border-color: #270D25; }
span { border-color: rgb(39,13,37); }
td.TdClassName
{
border-color: #270D25;
}
.TagClassName
{
border-color: #270D25;
}
</style>