Shades of Mardi Gras #270222
Tints of Mardi Gras #270222
RGB
CMYK
RGB Variations
Color information
#270222 (or 0x270222) is known color: Mardi Gras. HEX triplet: 27, 02 and 22. RGB value is (39,2,34). Sum of RGB (Red+Green+Blue) = 39+2+34=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #270222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270222 is #D8FDDD. Grayscale: #101010. Windows color (decimal): -14220766 or 2228775. OLE color: 2228775.
HSL color Cylindrical-coordinate representation of color #270222: hue angle of 308.11º 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 #270222 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 2 | 34 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.85 |
| HSL | 308.11º | 0.9% | 0.08% | - |
| HSV(B) | 308.11º | 0.95% | 0.15% | - |
| XYZ | 1.15 | 0.59 | 1.57 | - |
| YUV | 16.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 34 | 0 | 0.95 | 0.13 | 0.85 | 308.11 | 0.9 | 0.08 |
| Hex | 27 | 2 | 22 | 0 | 5F | D | 55 | 134 | 5A | 8 |
| Octal | 47 | 2 | 42 | 0 | 137 | 15 | 125 | 464 | 132 | 10 |
| Binary | 100111 | 10 | 100010 | 0 | 1011111 | 1101 | 1010101 | 100110100 | 1011010 | 1000 |
Color Harmonies of #270222
Complementary color
Monochromatic Colors of #270222
Black with #270222
Text Example
Text Example
White with #270222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270222; }
p { color: rgb(39,2,34); }
H1.HeaderClassName
{
color: #270222;
}
.AnyTagClassName
{
color: #270222;
}
</style>
background-color css
<style>
a { background-color: #270222; }
a { background-color: rgb(39,2,34); }
div.DivClassName
{
background-color: #270222;
}
.BgClassName
{
background-color: #270222;
}
</style>
border-color css
<style>
span { border-color: #270222; }
span { border-color: rgb(39,2,34); }
td.TdClassName
{
border-color: #270222;
}
.TagClassName
{
border-color: #270222;
}
</style>