Shades of Mardi Gras #270D28
Tints of Mardi Gras #270D28
RGB
CMYK
RGB Variations
Color information
#270D28 (or 0x270D28) is known color: Mardi Gras. HEX triplet: 27, 0D and 28. RGB value is (39,13,40). Sum of RGB (Red+Green+Blue) = 39+13+40=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 40 - color contains mainly: blue. Hex color #270D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D28 is #D8F2D7. Grayscale: #171717. Windows color (decimal): -14217944 or 2624807. OLE color: 2624807.
HSL color Cylindrical-coordinate representation of color #270D28: hue angle of 297.78º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #270D28 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 13 | 40 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.84 |
| HSL | 297.78º | 0.51% | 0.1% | - |
| HSV(B) | 297.78º | 0.68% | 0.16% | - |
| XYZ | 1.36 | 0.87 | 2.1 | - |
| YUV | 23.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 40 | 0.02 | 0.67 | 0 | 0.84 | 297.78 | 0.51 | 0.1 |
| Hex | 27 | D | 28 | 2 | 43 | 0 | 54 | 12A | 33 | A |
| Octal | 47 | 15 | 50 | 2 | 103 | 0 | 124 | 452 | 63 | 12 |
| Binary | 100111 | 1101 | 101000 | 10 | 1000011 | 0 | 1010100 | 100101010 | 110011 | 1010 |
Color Harmonies of #270D28
Complementary color
Monochromatic Colors of #270D28
Black with #270D28
Text Example
Text Example
White with #270D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D28; }
p { color: rgb(39,13,40); }
H1.HeaderClassName
{
color: #270D28;
}
.AnyTagClassName
{
color: #270D28;
}
</style>
background-color css
<style>
a { background-color: #270D28; }
a { background-color: rgb(39,13,40); }
div.DivClassName
{
background-color: #270D28;
}
.BgClassName
{
background-color: #270D28;
}
</style>
border-color css
<style>
span { border-color: #270D28; }
span { border-color: rgb(39,13,40); }
td.TdClassName
{
border-color: #270D28;
}
.TagClassName
{
border-color: #270D28;
}
</style>