Shades of Maire #252319
Tints of Maire #252319
RGB
CMYK
RGB Variations
Color information
#252319 (or 0x252319) is known color: Maire. HEX triplet: 25, 23 and 19. RGB value is (37,35,25). Sum of RGB (Red+Green+Blue) = 37+35+25=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 37 - color contains mainly: red. Hex color #252319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252319 is #DADCE6. Grayscale: #222222. Windows color (decimal): -14343399 or 1647397. OLE color: 1647397.
HSL color Cylindrical-coordinate representation of color #252319: hue angle of 50º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #252319 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 35 | 25 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.85 |
| HSL | 50º | 0.19% | 0.12% | - |
| HSV(B) | 50º | 0.32% | 0.15% | - |
| XYZ | 1.54 | 1.67 | 1.16 | - |
| YUV | 34.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 25 | 0 | 0.05 | 0.32 | 0.85 | 50 | 0.19 | 0.12 |
| Hex | 25 | 23 | 19 | 0 | 5 | 20 | 55 | 32 | 13 | C |
| Octal | 45 | 43 | 31 | 0 | 5 | 40 | 125 | 62 | 23 | 14 |
| Binary | 100101 | 100011 | 11001 | 0 | 101 | 100000 | 1010101 | 110010 | 10011 | 1100 |
Color Harmonies of #252319
Complementary color
Monochromatic Colors of #252319
Black with #252319
Text Example
Text Example
White with #252319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252319; }
p { color: rgb(37,35,25); }
H1.HeaderClassName
{
color: #252319;
}
.AnyTagClassName
{
color: #252319;
}
</style>
background-color css
<style>
a { background-color: #252319; }
a { background-color: rgb(37,35,25); }
div.DivClassName
{
background-color: #252319;
}
.BgClassName
{
background-color: #252319;
}
</style>
border-color css
<style>
span { border-color: #252319; }
span { border-color: rgb(37,35,25); }
td.TdClassName
{
border-color: #252319;
}
.TagClassName
{
border-color: #252319;
}
</style>