Shades of Maire #251D01
Tints of Maire #251D01
RGB
CMYK
RGB Variations
Color information
#251D01 (or 0x251D01) is known color: Maire. HEX triplet: 25, 1D and 01. RGB value is (37,29,1). Sum of RGB (Red+Green+Blue) = 37+29+1=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #251D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D01 is #DAE2FE. Grayscale: #1C1C1C. Windows color (decimal): -14344959 or 72997. OLE color: 72997.
HSL color Cylindrical-coordinate representation of color #251D01: hue angle of 46.67º 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 #251D01 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 29 | 1 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.85 |
| HSL | 46.67º | 0.95% | 0.07% | - |
| HSV(B) | 46.67º | 0.97% | 0.15% | - |
| XYZ | 1.21 | 1.27 | 0.21 | - |
| YUV | 28.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 1 | 0 | 0.22 | 0.97 | 0.85 | 46.67 | 0.95 | 0.07 |
| Hex | 25 | 1D | 1 | 0 | 16 | 61 | 55 | 2F | 5F | 7 |
| Octal | 45 | 35 | 1 | 0 | 26 | 141 | 125 | 57 | 137 | 7 |
| Binary | 100101 | 11101 | 1 | 0 | 10110 | 1100001 | 1010101 | 101111 | 1011111 | 111 |
Color Harmonies of #251D01
Complementary color
Monochromatic Colors of #251D01
Black with #251D01
Text Example
Text Example
White with #251D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D01; }
p { color: rgb(37,29,1); }
H1.HeaderClassName
{
color: #251D01;
}
.AnyTagClassName
{
color: #251D01;
}
</style>
background-color css
<style>
a { background-color: #251D01; }
a { background-color: rgb(37,29,1); }
div.DivClassName
{
background-color: #251D01;
}
.BgClassName
{
background-color: #251D01;
}
</style>
border-color css
<style>
span { border-color: #251D01; }
span { border-color: rgb(37,29,1); }
td.TdClassName
{
border-color: #251D01;
}
.TagClassName
{
border-color: #251D01;
}
</style>