Shades of Mardi Gras #270A25
Tints of Mardi Gras #270A25
RGB
CMYK
RGB Variations
Color information
#270A25 (or 0x270A25) is known color: Mardi Gras. HEX triplet: 27, 0A and 25. RGB value is (39,10,37). Sum of RGB (Red+Green+Blue) = 39+10+37=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #270A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270A25 is #D8F5DA. Grayscale: #151515. Windows color (decimal): -14218715 or 2427431. OLE color: 2427431.
HSL color Cylindrical-coordinate representation of color #270A25: hue angle of 304.14º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #270A25 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 10 | 37 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.85 |
| HSL | 304.14º | 0.59% | 0.1% | - |
| HSV(B) | 304.14º | 0.74% | 0.15% | - |
| XYZ | 1.28 | 0.78 | 1.83 | - |
| YUV | 21.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 37 | 0 | 0.74 | 0.05 | 0.85 | 304.14 | 0.59 | 0.1 |
| Hex | 27 | A | 25 | 0 | 4A | 5 | 55 | 130 | 3B | A |
| Octal | 47 | 12 | 45 | 0 | 112 | 5 | 125 | 460 | 73 | 12 |
| Binary | 100111 | 1010 | 100101 | 0 | 1001010 | 101 | 1010101 | 100110000 | 111011 | 1010 |
Color Harmonies of #270A25
Complementary color
Monochromatic Colors of #270A25
Black with #270A25
Text Example
Text Example
White with #270A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A25; }
p { color: rgb(39,10,37); }
H1.HeaderClassName
{
color: #270A25;
}
.AnyTagClassName
{
color: #270A25;
}
</style>
background-color css
<style>
a { background-color: #270A25; }
a { background-color: rgb(39,10,37); }
div.DivClassName
{
background-color: #270A25;
}
.BgClassName
{
background-color: #270A25;
}
</style>
border-color css
<style>
span { border-color: #270A25; }
span { border-color: rgb(39,10,37); }
td.TdClassName
{
border-color: #270A25;
}
.TagClassName
{
border-color: #270A25;
}
</style>