Shades of Maire #25241B
Tints of Maire #25241B
RGB
CMYK
RGB Variations
Color information
#25241B (or 0x25241B) is known color: Maire. HEX triplet: 25, 24 and 1B. RGB value is (37,36,27). Sum of RGB (Red+Green+Blue) = 37+36+27=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 37 - color contains mainly: red. Hex color #25241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25241B is #DADBE4. Grayscale: #232323. Windows color (decimal): -14343141 or 1778725. OLE color: 1778725.
HSL color Cylindrical-coordinate representation of color #25241B: hue angle of 54º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #25241B is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 36 | 27 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.85 |
| HSL | 54º | 0.16% | 0.13% | - |
| HSV(B) | 54º | 0.27% | 0.15% | - |
| XYZ | 1.59 | 1.73 | 1.29 | - |
| YUV | 35.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 27 | 0 | 0.03 | 0.27 | 0.85 | 54 | 0.16 | 0.13 |
| Hex | 25 | 24 | 1B | 0 | 3 | 1B | 55 | 36 | 10 | D |
| Octal | 45 | 44 | 33 | 0 | 3 | 33 | 125 | 66 | 20 | 15 |
| Binary | 100101 | 100100 | 11011 | 0 | 11 | 11011 | 1010101 | 110110 | 10000 | 1101 |
Color Harmonies of #25241B
Complementary color
Monochromatic Colors of #25241B
Black with #25241B
Text Example
Text Example
White with #25241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25241B; }
p { color: rgb(37,36,27); }
H1.HeaderClassName
{
color: #25241B;
}
.AnyTagClassName
{
color: #25241B;
}
</style>
background-color css
<style>
a { background-color: #25241B; }
a { background-color: rgb(37,36,27); }
div.DivClassName
{
background-color: #25241B;
}
.BgClassName
{
background-color: #25241B;
}
</style>
border-color css
<style>
span { border-color: #25241B; }
span { border-color: rgb(37,36,27); }
td.TdClassName
{
border-color: #25241B;
}
.TagClassName
{
border-color: #25241B;
}
</style>