Shades of Maire #25231D
Tints of Maire #25231D
RGB
CMYK
RGB Variations
Color information
#25231D (or 0x25231D) is known color: Maire. HEX triplet: 25, 23 and 1D. RGB value is (37,35,29). Sum of RGB (Red+Green+Blue) = 37+35+29=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 37 - color contains mainly: red. Hex color #25231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25231D is #DADCE2. Grayscale: #222222. Windows color (decimal): -14343395 or 1909541. OLE color: 1909541.
HSL color Cylindrical-coordinate representation of color #25231D: hue angle of 45º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #25231D is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 35 | 29 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.85 |
| HSL | 45º | 0.12% | 0.13% | - |
| HSV(B) | 45º | 0.22% | 0.15% | - |
| XYZ | 1.59 | 1.68 | 1.4 | - |
| YUV | 34.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 29 | 0 | 0.05 | 0.22 | 0.85 | 45 | 0.12 | 0.13 |
| Hex | 25 | 23 | 1D | 0 | 5 | 16 | 55 | 2D | C | D |
| Octal | 45 | 43 | 35 | 0 | 5 | 26 | 125 | 55 | 14 | 15 |
| Binary | 100101 | 100011 | 11101 | 0 | 101 | 10110 | 1010101 | 101101 | 1100 | 1101 |
Color Harmonies of #25231D
Complementary color
Monochromatic Colors of #25231D
Black with #25231D
Text Example
Text Example
White with #25231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25231D; }
p { color: rgb(37,35,29); }
H1.HeaderClassName
{
color: #25231D;
}
.AnyTagClassName
{
color: #25231D;
}
</style>
background-color css
<style>
a { background-color: #25231D; }
a { background-color: rgb(37,35,29); }
div.DivClassName
{
background-color: #25231D;
}
.BgClassName
{
background-color: #25231D;
}
</style>
border-color css
<style>
span { border-color: #25231D; }
span { border-color: rgb(37,35,29); }
td.TdClassName
{
border-color: #25231D;
}
.TagClassName
{
border-color: #25231D;
}
</style>