Shades of Maire #251900
Tints of Maire #251900
RGB
CMYK
RGB Variations
Color information
#251900 (or 0x251900) is known color: Maire. HEX triplet: 25, 19 and 00. RGB value is (37,25,0). Sum of RGB (Red+Green+Blue) = 37+25+0=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #251900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251900 is #DAE6FF. Grayscale: #191919. Windows color (decimal): -14345984 or 6437. OLE color: 6437.
HSL color Cylindrical-coordinate representation of color #251900: hue angle of 40.54º 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 #251900 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 25 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.85 |
| HSL | 40.54º | 1% | 0.07% | - |
| HSV(B) | 40.54º | 1% | 0.15% | - |
| XYZ | 1.11 | 1.09 | 0.15 | - |
| YUV | 25.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 0 | 0 | 0.32 | 1 | 0.85 | 40.54 | 1 | 0.07 |
| Hex | 25 | 19 | 0 | 0 | 20 | 64 | 55 | 29 | 64 | 7 |
| Octal | 45 | 31 | 0 | 0 | 40 | 144 | 125 | 51 | 144 | 7 |
| Binary | 100101 | 11001 | 0 | 0 | 100000 | 1100100 | 1010101 | 101001 | 1100100 | 111 |
Color Harmonies of #251900
Complementary color
Monochromatic Colors of #251900
Black with #251900
Text Example
Text Example
White with #251900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251900; }
p { color: rgb(37,25,0); }
H1.HeaderClassName
{
color: #251900;
}
.AnyTagClassName
{
color: #251900;
}
</style>
background-color css
<style>
a { background-color: #251900; }
a { background-color: rgb(37,25,0); }
div.DivClassName
{
background-color: #251900;
}
.BgClassName
{
background-color: #251900;
}
</style>
border-color css
<style>
span { border-color: #251900; }
span { border-color: rgb(37,25,0); }
td.TdClassName
{
border-color: #251900;
}
.TagClassName
{
border-color: #251900;
}
</style>