Shades of Maire #251E06
Tints of Maire #251E06
RGB
CMYK
RGB Variations
Color information
#251E06 (or 0x251E06) is known color: Maire. HEX triplet: 25, 1E and 06. RGB value is (37,30,6). Sum of RGB (Red+Green+Blue) = 37+30+6=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #251E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E06 is #DAE1F9. Grayscale: #1D1D1D. Windows color (decimal): -14344698 or 400933. OLE color: 400933.
HSL color Cylindrical-coordinate representation of color #251E06: hue angle of 46.45º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251E06 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 30 | 6 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.85 |
| HSL | 46.45º | 0.72% | 0.08% | - |
| HSV(B) | 46.45º | 0.84% | 0.15% | - |
| XYZ | 1.26 | 1.34 | 0.36 | - |
| YUV | 29.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 6 | 0 | 0.19 | 0.84 | 0.85 | 46.45 | 0.72 | 0.08 |
| Hex | 25 | 1E | 6 | 0 | 13 | 54 | 55 | 2E | 48 | 8 |
| Octal | 45 | 36 | 6 | 0 | 23 | 124 | 125 | 56 | 110 | 10 |
| Binary | 100101 | 11110 | 110 | 0 | 10011 | 1010100 | 1010101 | 101110 | 1001000 | 1000 |
Color Harmonies of #251E06
Complementary color
Monochromatic Colors of #251E06
Black with #251E06
Text Example
Text Example
White with #251E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E06; }
p { color: rgb(37,30,6); }
H1.HeaderClassName
{
color: #251E06;
}
.AnyTagClassName
{
color: #251E06;
}
</style>
background-color css
<style>
a { background-color: #251E06; }
a { background-color: rgb(37,30,6); }
div.DivClassName
{
background-color: #251E06;
}
.BgClassName
{
background-color: #251E06;
}
</style>
border-color css
<style>
span { border-color: #251E06; }
span { border-color: rgb(37,30,6); }
td.TdClassName
{
border-color: #251E06;
}
.TagClassName
{
border-color: #251E06;
}
</style>