Shades of Mardi Gras #25001E
Tints of Mardi Gras #25001E
RGB
CMYK
RGB Variations
Color information
#25001E (or 0x25001E) is known color: Mardi Gras. HEX triplet: 25, 00 and 1E. RGB value is (37,0,30). Sum of RGB (Red+Green+Blue) = 37+0+30=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #25001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25001E is #DAFFE1. Grayscale: #0E0E0E. Windows color (decimal): -14352354 or 1966117. OLE color: 1966117.
HSL color Cylindrical-coordinate representation of color #25001E: hue angle of 311.35º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25001E is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.19 | 0.85 |
| HSL | 311.35º | 1% | 0.07% | - |
| HSV(B) | 311.35º | 1% | 0.15% | - |
| XYZ | 1 | 0.49 | 1.27 | - |
| YUV | 14.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 30 | 0 | 1 | 0.19 | 0.85 | 311.35 | 1 | 0.07 |
| Hex | 25 | 0 | 1E | 0 | 64 | 13 | 55 | 137 | 64 | 7 |
| Octal | 45 | 0 | 36 | 0 | 144 | 23 | 125 | 467 | 144 | 7 |
| Binary | 100101 | 0 | 11110 | 0 | 1100100 | 10011 | 1010101 | 100110111 | 1100100 | 111 |
Color Harmonies of #25001E
Complementary color
Monochromatic Colors of #25001E
Black with #25001E
Text Example
Text Example
White with #25001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25001E; }
p { color: rgb(37,0,30); }
H1.HeaderClassName
{
color: #25001E;
}
.AnyTagClassName
{
color: #25001E;
}
</style>
background-color css
<style>
a { background-color: #25001E; }
a { background-color: rgb(37,0,30); }
div.DivClassName
{
background-color: #25001E;
}
.BgClassName
{
background-color: #25001E;
}
</style>
border-color css
<style>
span { border-color: #25001E; }
span { border-color: rgb(37,0,30); }
td.TdClassName
{
border-color: #25001E;
}
.TagClassName
{
border-color: #25001E;
}
</style>