Shades of Mardi Gras #270226
Tints of Mardi Gras #270226
RGB
CMYK
RGB Variations
Color information
#270226 (or 0x270226) is known color: Mardi Gras. HEX triplet: 27, 02 and 26. RGB value is (39,2,38). Sum of RGB (Red+Green+Blue) = 39+2+38=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #270226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270226 is #D8FDD9. Grayscale: #111111. Windows color (decimal): -14220762 or 2490919. OLE color: 2490919.
HSL color Cylindrical-coordinate representation of color #270226: hue angle of 301.62º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270226 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 2 | 38 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.85 |
| HSL | 301.62º | 0.9% | 0.08% | - |
| HSV(B) | 301.62º | 0.95% | 0.15% | - |
| XYZ | 1.21 | 0.61 | 1.89 | - |
| YUV | 17.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 38 | 0 | 0.95 | 0.03 | 0.85 | 301.62 | 0.9 | 0.08 |
| Hex | 27 | 2 | 26 | 0 | 5F | 3 | 55 | 12E | 5A | 8 |
| Octal | 47 | 2 | 46 | 0 | 137 | 3 | 125 | 456 | 132 | 10 |
| Binary | 100111 | 10 | 100110 | 0 | 1011111 | 11 | 1010101 | 100101110 | 1011010 | 1000 |
Color Harmonies of #270226
Complementary color
Monochromatic Colors of #270226
Black with #270226
Text Example
Text Example
White with #270226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270226; }
p { color: rgb(39,2,38); }
H1.HeaderClassName
{
color: #270226;
}
.AnyTagClassName
{
color: #270226;
}
</style>
background-color css
<style>
a { background-color: #270226; }
a { background-color: rgb(39,2,38); }
div.DivClassName
{
background-color: #270226;
}
.BgClassName
{
background-color: #270226;
}
</style>
border-color css
<style>
span { border-color: #270226; }
span { border-color: rgb(39,2,38); }
td.TdClassName
{
border-color: #270226;
}
.TagClassName
{
border-color: #270226;
}
</style>