Shades of Maire #25231C
Tints of Maire #25231C
RGB
CMYK
RGB Variations
Color information
#25231C (or 0x25231C) is known color: Maire. HEX triplet: 25, 23 and 1C. RGB value is (37,35,28). Sum of RGB (Red+Green+Blue) = 37+35+28=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 37 - color contains mainly: red. Hex color #25231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25231C is #DADCE3. Grayscale: #222222. Windows color (decimal): -14343396 or 1844005. OLE color: 1844005.
HSL color Cylindrical-coordinate representation of color #25231C: hue angle of 46.67º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #25231C is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 35 | 28 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.85 |
| HSL | 46.67º | 0.14% | 0.13% | - |
| HSV(B) | 46.67º | 0.24% | 0.15% | - |
| XYZ | 1.57 | 1.68 | 1.34 | - |
| YUV | 34.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 28 | 0 | 0.05 | 0.24 | 0.85 | 46.67 | 0.14 | 0.13 |
| Hex | 25 | 23 | 1C | 0 | 5 | 18 | 55 | 2F | E | D |
| Octal | 45 | 43 | 34 | 0 | 5 | 30 | 125 | 57 | 16 | 15 |
| Binary | 100101 | 100011 | 11100 | 0 | 101 | 11000 | 1010101 | 101111 | 1110 | 1101 |
Color Harmonies of #25231C
Complementary color
Monochromatic Colors of #25231C
Black with #25231C
Text Example
Text Example
White with #25231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25231C; }
p { color: rgb(37,35,28); }
H1.HeaderClassName
{
color: #25231C;
}
.AnyTagClassName
{
color: #25231C;
}
</style>
background-color css
<style>
a { background-color: #25231C; }
a { background-color: rgb(37,35,28); }
div.DivClassName
{
background-color: #25231C;
}
.BgClassName
{
background-color: #25231C;
}
</style>
border-color css
<style>
span { border-color: #25231C; }
span { border-color: rgb(37,35,28); }
td.TdClassName
{
border-color: #25231C;
}
.TagClassName
{
border-color: #25231C;
}
</style>