Shades of Mardi Gras #270F23
Tints of Mardi Gras #270F23
RGB
CMYK
RGB Variations
Color information
#270F23 (or 0x270F23) is known color: Mardi Gras. HEX triplet: 27, 0F and 23. RGB value is (39,15,35). Sum of RGB (Red+Green+Blue) = 39+15+35=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #270F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F23 is #D8F0DC. Grayscale: #181818. Windows color (decimal): -14217437 or 2297639. OLE color: 2297639.
HSL color Cylindrical-coordinate representation of color #270F23: hue angle of 310º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #270F23 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 15 | 35 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.85 |
| HSL | 310º | 0.44% | 0.11% | - |
| HSV(B) | 310º | 0.62% | 0.15% | - |
| XYZ | 1.31 | 0.89 | 1.69 | - |
| YUV | 24.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 35 | 0 | 0.62 | 0.10 | 0.85 | 310 | 0.44 | 0.11 |
| Hex | 27 | F | 23 | 0 | 3E | A | 55 | 136 | 2C | B |
| Octal | 47 | 17 | 43 | 0 | 76 | 12 | 125 | 466 | 54 | 13 |
| Binary | 100111 | 1111 | 100011 | 0 | 111110 | 1010 | 1010101 | 100110110 | 101100 | 1011 |
Color Harmonies of #270F23
Complementary color
Monochromatic Colors of #270F23
Black with #270F23
Text Example
Text Example
White with #270F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F23; }
p { color: rgb(39,15,35); }
H1.HeaderClassName
{
color: #270F23;
}
.AnyTagClassName
{
color: #270F23;
}
</style>
background-color css
<style>
a { background-color: #270F23; }
a { background-color: rgb(39,15,35); }
div.DivClassName
{
background-color: #270F23;
}
.BgClassName
{
background-color: #270F23;
}
</style>
border-color css
<style>
span { border-color: #270F23; }
span { border-color: rgb(39,15,35); }
td.TdClassName
{
border-color: #270F23;
}
.TagClassName
{
border-color: #270F23;
}
</style>