Shades of Mardi Gras #250E22
Tints of Mardi Gras #250E22
RGB
CMYK
RGB Variations
Color information
#250E22 (or 0x250E22) is known color: Mardi Gras. HEX triplet: 25, 0E and 22. RGB value is (37,14,34). Sum of RGB (Red+Green+Blue) = 37+14+34=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 34 (13.67% from 255 or 40% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #250E22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E22 is #DAF1DD. Grayscale: #171717. Windows color (decimal): -14348766 or 2231845. OLE color: 2231845.
HSL color Cylindrical-coordinate representation of color #250E22: hue angle of 307.83º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #250E22 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
RGB | 37 | 14 | 34 | - |
CMYK | 0 | 0.62 | 0.08 | 0.85 |
HSL | 307.83º | 0.45% | 0.1% | - |
HSV(B) | 307.83º | 0.62% | 0.15% | - |
XYZ | 1.21 | 0.82 | 1.61 | - |
YUV | 23.16 | 134.12 | 137.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 14 | 34 | 0 | 0.62 | 0.08 | 0.85 | 307.83 | 0.45 | 0.1 |
Hex | 25 | E | 22 | 0 | 3E | 8 | 55 | 134 | 2D | A |
Octal | 45 | 16 | 42 | 0 | 76 | 10 | 125 | 464 | 55 | 12 |
Binary | 100101 | 1110 | 100010 | 0 | 111110 | 1000 | 1010101 | 100110100 | 101101 | 1010 |
Color Harmonies of #250E22
Complementary color
Monochromatic Colors of #250E22
Black with #250E22
Text Example
Text Example
White with #250E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E22; }
p { color: rgb(37,14,34); }
H1.HeaderClassName
{
color: #250E22;
}
.AnyTagClassName
{
color: #250E22;
}
</style>
background-color css
<style>
a { background-color: #250E22; }
a { background-color: rgb(37,14,34); }
div.DivClassName
{
background-color: #250E22;
}
.BgClassName
{
background-color: #250E22;
}
</style>
border-color css
<style>
span { border-color: #250E22; }
span { border-color: rgb(37,14,34); }
td.TdClassName
{
border-color: #250E22;
}
.TagClassName
{
border-color: #250E22;
}
</style>