Shades of Mardi Gras #27142A
Tints of Mardi Gras #27142A
RGB
CMYK
RGB Variations
Color information
#27142A (or 0x27142A) is known color: Mardi Gras. HEX triplet: 27, 14 and 2A. RGB value is (39,20,42). Sum of RGB (Red+Green+Blue) = 39+20+42=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 42 - color contains mainly: blue. Hex color #27142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27142A is #D8EBD5. Grayscale: #1C1C1C. Windows color (decimal): -14216150 or 2757671. OLE color: 2757671.
HSL color Cylindrical-coordinate representation of color #27142A: hue angle of 291.82º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #27142A is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 20 | 42 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.84 |
| HSL | 291.82º | 0.35% | 0.12% | - |
| HSV(B) | 291.82º | 0.52% | 0.16% | - |
| XYZ | 1.5 | 1.1 | 2.32 | - |
| YUV | 28.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 42 | 0.07 | 0.52 | 0 | 0.84 | 291.82 | 0.35 | 0.12 |
| Hex | 27 | 14 | 2A | 7 | 34 | 0 | 54 | 124 | 23 | C |
| Octal | 47 | 24 | 52 | 7 | 64 | 0 | 124 | 444 | 43 | 14 |
| Binary | 100111 | 10100 | 101010 | 111 | 110100 | 0 | 1010100 | 100100100 | 100011 | 1100 |
Color Harmonies of #27142A
Complementary color
Monochromatic Colors of #27142A
Black with #27142A
Text Example
Text Example
White with #27142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27142A; }
p { color: rgb(39,20,42); }
H1.HeaderClassName
{
color: #27142A;
}
.AnyTagClassName
{
color: #27142A;
}
</style>
background-color css
<style>
a { background-color: #27142A; }
a { background-color: rgb(39,20,42); }
div.DivClassName
{
background-color: #27142A;
}
.BgClassName
{
background-color: #27142A;
}
</style>
border-color css
<style>
span { border-color: #27142A; }
span { border-color: rgb(39,20,42); }
td.TdClassName
{
border-color: #27142A;
}
.TagClassName
{
border-color: #27142A;
}
</style>