Shades of Mardi Gras #270D23
Tints of Mardi Gras #270D23
RGB
CMYK
RGB Variations
Color information
#270D23 (or 0x270D23) is known color: Mardi Gras. HEX triplet: 27, 0D and 23. RGB value is (39,13,35). Sum of RGB (Red+Green+Blue) = 39+13+35=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #270D23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D23 is #D8F2DC. Grayscale: #171717. Windows color (decimal): -14217949 or 2297127. OLE color: 2297127.
HSL color Cylindrical-coordinate representation of color #270D23: hue angle of 309.23º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #270D23 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 13 | 35 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.85 |
| HSL | 309.23º | 0.5% | 0.1% | - |
| HSV(B) | 309.23º | 0.67% | 0.15% | - |
| XYZ | 1.28 | 0.84 | 1.68 | - |
| YUV | 23.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 13 | 35 | 0 | 0.67 | 0.10 | 0.85 | 309.23 | 0.5 | 0.1 |
| Hex | 27 | D | 23 | 0 | 43 | A | 55 | 135 | 32 | A |
| Octal | 47 | 15 | 43 | 0 | 103 | 12 | 125 | 465 | 62 | 12 |
| Binary | 100111 | 1101 | 100011 | 0 | 1000011 | 1010 | 1010101 | 100110101 | 110010 | 1010 |
Color Harmonies of #270D23
Complementary color
Monochromatic Colors of #270D23
Black with #270D23
Text Example
Text Example
White with #270D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270D23; }
p { color: rgb(39,13,35); }
H1.HeaderClassName
{
color: #270D23;
}
.AnyTagClassName
{
color: #270D23;
}
</style>
background-color css
<style>
a { background-color: #270D23; }
a { background-color: rgb(39,13,35); }
div.DivClassName
{
background-color: #270D23;
}
.BgClassName
{
background-color: #270D23;
}
</style>
border-color css
<style>
span { border-color: #270D23; }
span { border-color: rgb(39,13,35); }
td.TdClassName
{
border-color: #270D23;
}
.TagClassName
{
border-color: #270D23;
}
</style>