Shades of Maire #25241E
Tints of Maire #25241E
RGB
CMYK
RGB Variations
Color information
#25241E (or 0x25241E) is known color: Maire. HEX triplet: 25, 24 and 1E. RGB value is (37,36,30). Sum of RGB (Red+Green+Blue) = 37+36+30=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 37 - color contains mainly: red. Hex color #25241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25241E is #DADBE1. Grayscale: #232323. Windows color (decimal): -14343138 or 1975333. OLE color: 1975333.
HSL color Cylindrical-coordinate representation of color #25241E: hue angle of 51.43º degrees, saturation: 0.1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #25241E is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 36 | 30 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.85 |
| HSL | 51.43º | 0.1% | 0.13% | - |
| HSV(B) | 51.43º | 0.19% | 0.15% | - |
| XYZ | 1.63 | 1.75 | 1.48 | - |
| YUV | 35.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 30 | 0 | 0.03 | 0.19 | 0.85 | 51.43 | 0.1 | 0.13 |
| Hex | 25 | 24 | 1E | 0 | 3 | 13 | 55 | 33 | A | D |
| Octal | 45 | 44 | 36 | 0 | 3 | 23 | 125 | 63 | 12 | 15 |
| Binary | 100101 | 100100 | 11110 | 0 | 11 | 10011 | 1010101 | 110011 | 1010 | 1101 |
Color Harmonies of #25241E
Complementary color
Monochromatic Colors of #25241E
Black with #25241E
Text Example
Text Example
White with #25241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25241E; }
p { color: rgb(37,36,30); }
H1.HeaderClassName
{
color: #25241E;
}
.AnyTagClassName
{
color: #25241E;
}
</style>
background-color css
<style>
a { background-color: #25241E; }
a { background-color: rgb(37,36,30); }
div.DivClassName
{
background-color: #25241E;
}
.BgClassName
{
background-color: #25241E;
}
</style>
border-color css
<style>
span { border-color: #25241E; }
span { border-color: rgb(37,36,30); }
td.TdClassName
{
border-color: #25241E;
}
.TagClassName
{
border-color: #25241E;
}
</style>