Shades of Mardi Gras #270C22
Tints of Mardi Gras #270C22
RGB
CMYK
RGB Variations
Color information
#270C22 (or 0x270C22) is known color: Mardi Gras. HEX triplet: 27, 0C and 22. RGB value is (39,12,34). Sum of RGB (Red+Green+Blue) = 39+12+34=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 34 (13.67% from 255 or 40% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #270C22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C22 is #D8F3DD. Grayscale: #161616. Windows color (decimal): -14218206 or 2231335. OLE color: 2231335.
HSL color Cylindrical-coordinate representation of color #270C22: hue angle of 311.11º 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 #270C22 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 12 | 34 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.85 |
| HSL | 311.11º | 0.53% | 0.1% | - |
| HSV(B) | 311.11º | 0.69% | 0.15% | - |
| XYZ | 1.26 | 0.81 | 1.6 | - |
| YUV | 22.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 34 | 0 | 0.69 | 0.13 | 0.85 | 311.11 | 0.53 | 0.1 |
| Hex | 27 | C | 22 | 0 | 45 | D | 55 | 137 | 35 | A |
| Octal | 47 | 14 | 42 | 0 | 105 | 15 | 125 | 467 | 65 | 12 |
| Binary | 100111 | 1100 | 100010 | 0 | 1000101 | 1101 | 1010101 | 100110111 | 110101 | 1010 |
Color Harmonies of #270C22
Complementary color
Monochromatic Colors of #270C22
Black with #270C22
Text Example
Text Example
White with #270C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C22; }
p { color: rgb(39,12,34); }
H1.HeaderClassName
{
color: #270C22;
}
.AnyTagClassName
{
color: #270C22;
}
</style>
background-color css
<style>
a { background-color: #270C22; }
a { background-color: rgb(39,12,34); }
div.DivClassName
{
background-color: #270C22;
}
.BgClassName
{
background-color: #270C22;
}
</style>
border-color css
<style>
span { border-color: #270C22; }
span { border-color: rgb(39,12,34); }
td.TdClassName
{
border-color: #270C22;
}
.TagClassName
{
border-color: #270C22;
}
</style>