Shades of Mardi Gras #270C27
Tints of Mardi Gras #270C27
RGB
CMYK
RGB Variations
Color information
#270C27 (or 0x270C27) is known color: Mardi Gras. HEX triplet: 27, 0C and 27. RGB value is (39,12,39). Sum of RGB (Red+Green+Blue) = 39+12+39=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: red, blue. Hex color #270C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C27 is #D8F3D8. Grayscale: #171717. Windows color (decimal): -14218201 or 2559015. OLE color: 2559015.
HSL color Cylindrical-coordinate representation of color #270C27: hue angle of 300º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #270C27 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 12 | 39 | - |
| CMYK | 0 | 0.69 | 0 | 0.85 |
| HSL | 300º | 0.53% | 0.1% | - |
| HSV(B) | 300º | 0.69% | 0.15% | - |
| XYZ | 1.33 | 0.84 | 2.01 | - |
| YUV | 23.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 39 | 0 | 0.69 | 0 | 0.85 | 300 | 0.53 | 0.1 |
| Hex | 27 | C | 27 | 0 | 45 | 0 | 55 | 12C | 35 | A |
| Octal | 47 | 14 | 47 | 0 | 105 | 0 | 125 | 454 | 65 | 12 |
| Binary | 100111 | 1100 | 100111 | 0 | 1000101 | 0 | 1010101 | 100101100 | 110101 | 1010 |
Color Harmonies of #270C27
Complementary color
Monochromatic Colors of #270C27
Black with #270C27
Text Example
Text Example
White with #270C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C27; }
p { color: rgb(39,12,39); }
H1.HeaderClassName
{
color: #270C27;
}
.AnyTagClassName
{
color: #270C27;
}
</style>
background-color css
<style>
a { background-color: #270C27; }
a { background-color: rgb(39,12,39); }
div.DivClassName
{
background-color: #270C27;
}
.BgClassName
{
background-color: #270C27;
}
</style>
border-color css
<style>
span { border-color: #270C27; }
span { border-color: rgb(39,12,39); }
td.TdClassName
{
border-color: #270C27;
}
.TagClassName
{
border-color: #270C27;
}
</style>