Shades of Maire #252401
Tints of Maire #252401
RGB
CMYK
RGB Variations
Color information
#252401 (or 0x252401) is known color: Maire. HEX triplet: 25, 24 and 01. RGB value is (37,36,1). Sum of RGB (Red+Green+Blue) = 37+36+1=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #252401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252401 is #DADBFE. Grayscale: #202020. Windows color (decimal): -14343167 or 74789. OLE color: 74789.
HSL color Cylindrical-coordinate representation of color #252401: hue angle of 58.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #252401 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 36 | 1 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.85 |
| HSL | 58.33º | 0.95% | 0.07% | - |
| HSV(B) | 58.33º | 0.97% | 0.15% | - |
| XYZ | 1.4 | 1.66 | 0.27 | - |
| YUV | 32.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 1 | 0 | 0.03 | 0.97 | 0.85 | 58.33 | 0.95 | 0.07 |
| Hex | 25 | 24 | 1 | 0 | 3 | 61 | 55 | 3A | 5F | 7 |
| Octal | 45 | 44 | 1 | 0 | 3 | 141 | 125 | 72 | 137 | 7 |
| Binary | 100101 | 100100 | 1 | 0 | 11 | 1100001 | 1010101 | 111010 | 1011111 | 111 |
Color Harmonies of #252401
Complementary color
Monochromatic Colors of #252401
Black with #252401
Text Example
Text Example
White with #252401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252401; }
p { color: rgb(37,36,1); }
H1.HeaderClassName
{
color: #252401;
}
.AnyTagClassName
{
color: #252401;
}
</style>
background-color css
<style>
a { background-color: #252401; }
a { background-color: rgb(37,36,1); }
div.DivClassName
{
background-color: #252401;
}
.BgClassName
{
background-color: #252401;
}
</style>
border-color css
<style>
span { border-color: #252401; }
span { border-color: rgb(37,36,1); }
td.TdClassName
{
border-color: #252401;
}
.TagClassName
{
border-color: #252401;
}
</style>