Shades of Maire #251D0B
Tints of Maire #251D0B
RGB
CMYK
RGB Variations
Color information
#251D0B (or 0x251D0B) is known color: Maire. HEX triplet: 25, 1D and 0B. RGB value is (37,29,11). Sum of RGB (Red+Green+Blue) = 37+29+11=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #251D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D0B is #DAE2F4. Grayscale: #1D1D1D. Windows color (decimal): -14344949 or 728357. OLE color: 728357.
HSL color Cylindrical-coordinate representation of color #251D0B: hue angle of 41.54º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #251D0B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 29 | 11 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.85 |
| HSL | 41.54º | 0.54% | 0.09% | - |
| HSV(B) | 41.54º | 0.7% | 0.15% | - |
| XYZ | 1.26 | 1.3 | 0.5 | - |
| YUV | 29.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 29 | 11 | 0 | 0.22 | 0.70 | 0.85 | 41.54 | 0.54 | 0.09 |
| Hex | 25 | 1D | B | 0 | 16 | 46 | 55 | 2A | 36 | 9 |
| Octal | 45 | 35 | 13 | 0 | 26 | 106 | 125 | 52 | 66 | 11 |
| Binary | 100101 | 11101 | 1011 | 0 | 10110 | 1000110 | 1010101 | 101010 | 110110 | 1001 |
Color Harmonies of #251D0B
Complementary color
Monochromatic Colors of #251D0B
Black with #251D0B
Text Example
Text Example
White with #251D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251D0B; }
p { color: rgb(37,29,11); }
H1.HeaderClassName
{
color: #251D0B;
}
.AnyTagClassName
{
color: #251D0B;
}
</style>
background-color css
<style>
a { background-color: #251D0B; }
a { background-color: rgb(37,29,11); }
div.DivClassName
{
background-color: #251D0B;
}
.BgClassName
{
background-color: #251D0B;
}
</style>
border-color css
<style>
span { border-color: #251D0B; }
span { border-color: rgb(37,29,11); }
td.TdClassName
{
border-color: #251D0B;
}
.TagClassName
{
border-color: #251D0B;
}
</style>