Shades of Maire #251901
Tints of Maire #251901
RGB
CMYK
RGB Variations
Color information
#251901 (or 0x251901) is known color: Maire. HEX triplet: 25, 19 and 01. RGB value is (37,25,1). Sum of RGB (Red+Green+Blue) = 37+25+1=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #251901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251901 is #DAE6FE. Grayscale: #191919. Windows color (decimal): -14345983 or 71973. OLE color: 71973.
HSL color Cylindrical-coordinate representation of color #251901: hue angle of 40º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #251901 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 25 | 1 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.85 |
| HSL | 40º | 0.95% | 0.07% | - |
| HSV(B) | 40º | 0.97% | 0.15% | - |
| XYZ | 1.12 | 1.09 | 0.18 | - |
| YUV | 25.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 1 | 0 | 0.32 | 0.97 | 0.85 | 40 | 0.95 | 0.07 |
| Hex | 25 | 19 | 1 | 0 | 20 | 61 | 55 | 28 | 5F | 7 |
| Octal | 45 | 31 | 1 | 0 | 40 | 141 | 125 | 50 | 137 | 7 |
| Binary | 100101 | 11001 | 1 | 0 | 100000 | 1100001 | 1010101 | 101000 | 1011111 | 111 |
Color Harmonies of #251901
Complementary color
Monochromatic Colors of #251901
Black with #251901
Text Example
Text Example
White with #251901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251901; }
p { color: rgb(37,25,1); }
H1.HeaderClassName
{
color: #251901;
}
.AnyTagClassName
{
color: #251901;
}
</style>
background-color css
<style>
a { background-color: #251901; }
a { background-color: rgb(37,25,1); }
div.DivClassName
{
background-color: #251901;
}
.BgClassName
{
background-color: #251901;
}
</style>
border-color css
<style>
span { border-color: #251901; }
span { border-color: rgb(37,25,1); }
td.TdClassName
{
border-color: #251901;
}
.TagClassName
{
border-color: #251901;
}
</style>