Shades of Maire #252600
Tints of Maire #252600
RGB
CMYK
RGB Variations
Color information
#252600 (or 0x252600) is known color: Maire. HEX triplet: 25, 26 and 00. RGB value is (37,38,0). Sum of RGB (Red+Green+Blue) = 37+38+0=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #252600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252600 is #DAD9FF. Grayscale: #212121. Windows color (decimal): -14342656 or 9765. OLE color: 9765.
HSL color Cylindrical-coordinate representation of color #252600: hue angle of 61.58º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #252600 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 38 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.85 |
| HSL | 61.58º | 1% | 0.07% | - |
| HSV(B) | 61.58º | 1% | 0.15% | - |
| XYZ | 1.46 | 1.78 | 0.27 | - |
| YUV | 33.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 0 | 0.03 | 0 | 1 | 0.85 | 61.58 | 1 | 0.07 |
| Hex | 25 | 26 | 0 | 3 | 0 | 64 | 55 | 3E | 64 | 7 |
| Octal | 45 | 46 | 0 | 3 | 0 | 144 | 125 | 76 | 144 | 7 |
| Binary | 100101 | 100110 | 0 | 11 | 0 | 1100100 | 1010101 | 111110 | 1100100 | 111 |
Color Harmonies of #252600
Complementary color
Monochromatic Colors of #252600
Black with #252600
Text Example
Text Example
White with #252600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252600; }
p { color: rgb(37,38,0); }
H1.HeaderClassName
{
color: #252600;
}
.AnyTagClassName
{
color: #252600;
}
</style>
background-color css
<style>
a { background-color: #252600; }
a { background-color: rgb(37,38,0); }
div.DivClassName
{
background-color: #252600;
}
.BgClassName
{
background-color: #252600;
}
</style>
border-color css
<style>
span { border-color: #252600; }
span { border-color: rgb(37,38,0); }
td.TdClassName
{
border-color: #252600;
}
.TagClassName
{
border-color: #252600;
}
</style>