Shades of Mardi Gras #27002A
Tints of Mardi Gras #27002A
RGB
CMYK
RGB Variations
Color information
#27002A (or 0x27002A) is known color: Mardi Gras. HEX triplet: 27, 00 and 2A. RGB value is (39,0,42). Sum of RGB (Red+Green+Blue) = 39+0+42=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #27002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27002A is #D8FFD5. Grayscale: #101010. Windows color (decimal): -14221270 or 2752551. OLE color: 2752551.
HSL color Cylindrical-coordinate representation of color #27002A: hue angle of 295.71º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27002A is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 0 | 42 | - |
| CMYK | 0.07 | 1 | 0 | 0.84 |
| HSL | 295.71º | 1% | 0.08% | - |
| HSV(B) | 295.71º | 1% | 0.16% | - |
| XYZ | 1.25 | 0.6 | 2.24 | - |
| YUV | 16.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 42 | 0.07 | 1 | 0 | 0.84 | 295.71 | 1 | 0.08 |
| Hex | 27 | 0 | 2A | 7 | 64 | 0 | 54 | 128 | 64 | 8 |
| Octal | 47 | 0 | 52 | 7 | 144 | 0 | 124 | 450 | 144 | 10 |
| Binary | 100111 | 0 | 101010 | 111 | 1100100 | 0 | 1010100 | 100101000 | 1100100 | 1000 |
Color Harmonies of #27002A
Complementary color
Monochromatic Colors of #27002A
Black with #27002A
Text Example
Text Example
White with #27002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27002A; }
p { color: rgb(39,0,42); }
H1.HeaderClassName
{
color: #27002A;
}
.AnyTagClassName
{
color: #27002A;
}
</style>
background-color css
<style>
a { background-color: #27002A; }
a { background-color: rgb(39,0,42); }
div.DivClassName
{
background-color: #27002A;
}
.BgClassName
{
background-color: #27002A;
}
</style>
border-color css
<style>
span { border-color: #27002A; }
span { border-color: rgb(39,0,42); }
td.TdClassName
{
border-color: #27002A;
}
.TagClassName
{
border-color: #27002A;
}
</style>