Shades of Mardi Gras #270D27
Tints of Mardi Gras #270D27
RGB
CMYK
RGB Variations
Color information
#270D27 (or 0x270D27) is known color: Mardi Gras. HEX triplet: 27, 0D and 27. RGB value is (39,13,39). Sum of RGB (Red+Green+Blue) = 39+13+39=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: red, blue. Hex color #270D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D27 is #D8F2D8. Grayscale: #171717. Windows color (decimal): -14217945 or 2559271. OLE color: 2559271.
HSL color Cylindrical-coordinate representation of color #270D27: hue angle of 300º 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 #270D27 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 13 | 39 | - |
| CMYK | 0 | 0.67 | 0 | 0.85 |
| HSL | 300º | 0.5% | 0.1% | - |
| HSV(B) | 300º | 0.67% | 0.15% | - |
| XYZ | 1.35 | 0.87 | 2.02 | - |
| YUV | 23.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 39 | 0 | 0.67 | 0 | 0.85 | 300 | 0.5 | 0.1 |
| Hex | 27 | D | 27 | 0 | 43 | 0 | 55 | 12C | 32 | A |
| Octal | 47 | 15 | 47 | 0 | 103 | 0 | 125 | 454 | 62 | 12 |
| Binary | 100111 | 1101 | 100111 | 0 | 1000011 | 0 | 1010101 | 100101100 | 110010 | 1010 |
Color Harmonies of #270D27
Complementary color
Monochromatic Colors of #270D27
Black with #270D27
Text Example
Text Example
White with #270D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D27; }
p { color: rgb(39,13,39); }
H1.HeaderClassName
{
color: #270D27;
}
.AnyTagClassName
{
color: #270D27;
}
</style>
background-color css
<style>
a { background-color: #270D27; }
a { background-color: rgb(39,13,39); }
div.DivClassName
{
background-color: #270D27;
}
.BgClassName
{
background-color: #270D27;
}
</style>
border-color css
<style>
span { border-color: #270D27; }
span { border-color: rgb(39,13,39); }
td.TdClassName
{
border-color: #270D27;
}
.TagClassName
{
border-color: #270D27;
}
</style>