Shades of Maire #252420
Tints of Maire #252420
RGB
CMYK
RGB Variations
Color information
#252420 (or 0x252420) is known color: Maire. HEX triplet: 25, 24 and 20. RGB value is (37,36,32). Sum of RGB (Red+Green+Blue) = 37+36+32=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 37 - color contains mainly: red. Hex color #252420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252420 is #DADBDF. Grayscale: #232323. Windows color (decimal): -14343136 or 2106405. OLE color: 2106405.
HSL color Cylindrical-coordinate representation of color #252420: hue angle of 48º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #252420 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 36 | 32 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.85 |
| HSL | 48º | 0.07% | 0.14% | - |
| HSV(B) | 48º | 0.14% | 0.15% | - |
| XYZ | 1.65 | 1.76 | 1.62 | - |
| YUV | 35.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 32 | 0 | 0.03 | 0.14 | 0.85 | 48 | 0.07 | 0.14 |
| Hex | 25 | 24 | 20 | 0 | 3 | E | 55 | 30 | 7 | E |
| Octal | 45 | 44 | 40 | 0 | 3 | 16 | 125 | 60 | 7 | 16 |
| Binary | 100101 | 100100 | 100000 | 0 | 11 | 1110 | 1010101 | 110000 | 111 | 1110 |
Color Harmonies of #252420
Complementary color
Monochromatic Colors of #252420
Black with #252420
Text Example
Text Example
White with #252420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252420; }
p { color: rgb(37,36,32); }
H1.HeaderClassName
{
color: #252420;
}
.AnyTagClassName
{
color: #252420;
}
</style>
background-color css
<style>
a { background-color: #252420; }
a { background-color: rgb(37,36,32); }
div.DivClassName
{
background-color: #252420;
}
.BgClassName
{
background-color: #252420;
}
</style>
border-color css
<style>
span { border-color: #252420; }
span { border-color: rgb(37,36,32); }
td.TdClassName
{
border-color: #252420;
}
.TagClassName
{
border-color: #252420;
}
</style>