Shades of Maire #251D09
Tints of Maire #251D09
RGB
CMYK
RGB Variations
Color information
#251D09 (or 0x251D09) is known color: Maire. HEX triplet: 25, 1D and 09. RGB value is (37,29,9). Sum of RGB (Red+Green+Blue) = 37+29+9=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 29 (11.72% from 255 or 38.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D09 is #DAE2F6. Grayscale: #1D1D1D. Windows color (decimal): -14344951 or 597285. OLE color: 597285.
HSL color Cylindrical-coordinate representation of color #251D09: hue angle of 42.86º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #251D09 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 29 | 9 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.85 |
| HSL | 42.86º | 0.61% | 0.09% | - |
| HSV(B) | 42.86º | 0.76% | 0.15% | - |
| XYZ | 1.25 | 1.29 | 0.44 | - |
| YUV | 29.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 9 | 0 | 0.22 | 0.76 | 0.85 | 42.86 | 0.61 | 0.09 |
| Hex | 25 | 1D | 9 | 0 | 16 | 4C | 55 | 2B | 3D | 9 |
| Octal | 45 | 35 | 11 | 0 | 26 | 114 | 125 | 53 | 75 | 11 |
| Binary | 100101 | 11101 | 1001 | 0 | 10110 | 1001100 | 1010101 | 101011 | 111101 | 1001 |
Color Harmonies of #251D09
Complementary color
Monochromatic Colors of #251D09
Black with #251D09
Text Example
Text Example
White with #251D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D09; }
p { color: rgb(37,29,9); }
H1.HeaderClassName
{
color: #251D09;
}
.AnyTagClassName
{
color: #251D09;
}
</style>
background-color css
<style>
a { background-color: #251D09; }
a { background-color: rgb(37,29,9); }
div.DivClassName
{
background-color: #251D09;
}
.BgClassName
{
background-color: #251D09;
}
</style>
border-color css
<style>
span { border-color: #251D09; }
span { border-color: rgb(37,29,9); }
td.TdClassName
{
border-color: #251D09;
}
.TagClassName
{
border-color: #251D09;
}
</style>