Shades of Mardi Gras #270B2A
Tints of Mardi Gras #270B2A
RGB
CMYK
RGB Variations
Color information
#270B2A (or 0x270B2A) is known color: Mardi Gras. HEX triplet: 27, 0B and 2A. RGB value is (39,11,42). Sum of RGB (Red+Green+Blue) = 39+11+42=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 42 - color contains mainly: blue. Hex color #270B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270B2A is #D8F4D5. Grayscale: #161616. Windows color (decimal): -14218454 or 2755367. OLE color: 2755367.
HSL color Cylindrical-coordinate representation of color #270B2A: hue angle of 294.19º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #270B2A is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 39 | 11 | 42 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.84 |
| HSL | 294.19º | 0.58% | 0.1% | - |
| HSV(B) | 294.19º | 0.74% | 0.16% | - |
| XYZ | 1.37 | 0.84 | 2.28 | - |
| YUV | 22.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 42 | 0.07 | 0.74 | 0 | 0.84 | 294.19 | 0.58 | 0.1 |
| Hex | 27 | B | 2A | 7 | 4A | 0 | 54 | 126 | 3A | A |
| Octal | 47 | 13 | 52 | 7 | 112 | 0 | 124 | 446 | 72 | 12 |
| Binary | 100111 | 1011 | 101010 | 111 | 1001010 | 0 | 1010100 | 100100110 | 111010 | 1010 |
Color Harmonies of #270B2A
Complementary color
Monochromatic Colors of #270B2A
Black with #270B2A
Text Example
Text Example
White with #270B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B2A; }
p { color: rgb(39,11,42); }
H1.HeaderClassName
{
color: #270B2A;
}
.AnyTagClassName
{
color: #270B2A;
}
</style>
background-color css
<style>
a { background-color: #270B2A; }
a { background-color: rgb(39,11,42); }
div.DivClassName
{
background-color: #270B2A;
}
.BgClassName
{
background-color: #270B2A;
}
</style>
border-color css
<style>
span { border-color: #270B2A; }
span { border-color: rgb(39,11,42); }
td.TdClassName
{
border-color: #270B2A;
}
.TagClassName
{
border-color: #270B2A;
}
</style>