Shades of Maire #251E07
Tints of Maire #251E07
RGB
CMYK
RGB Variations
Color information
#251E07 (or 0x251E07) is known color: Maire. HEX triplet: 25, 1E and 07. RGB value is (37,30,7). Sum of RGB (Red+Green+Blue) = 37+30+7=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #251E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E07 is #DAE1F8. Grayscale: #1D1D1D. Windows color (decimal): -14344697 or 466469. OLE color: 466469.
HSL color Cylindrical-coordinate representation of color #251E07: hue angle of 46º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251E07 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 30 | 7 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.85 |
| HSL | 46º | 0.68% | 0.09% | - |
| HSV(B) | 46º | 0.81% | 0.15% | - |
| XYZ | 1.27 | 1.34 | 0.39 | - |
| YUV | 29.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 7 | 0 | 0.19 | 0.81 | 0.85 | 46 | 0.68 | 0.09 |
| Hex | 25 | 1E | 7 | 0 | 13 | 51 | 55 | 2E | 44 | 9 |
| Octal | 45 | 36 | 7 | 0 | 23 | 121 | 125 | 56 | 104 | 11 |
| Binary | 100101 | 11110 | 111 | 0 | 10011 | 1010001 | 1010101 | 101110 | 1000100 | 1001 |
Color Harmonies of #251E07
Complementary color
Monochromatic Colors of #251E07
Black with #251E07
Text Example
Text Example
White with #251E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E07; }
p { color: rgb(37,30,7); }
H1.HeaderClassName
{
color: #251E07;
}
.AnyTagClassName
{
color: #251E07;
}
</style>
background-color css
<style>
a { background-color: #251E07; }
a { background-color: rgb(37,30,7); }
div.DivClassName
{
background-color: #251E07;
}
.BgClassName
{
background-color: #251E07;
}
</style>
border-color css
<style>
span { border-color: #251E07; }
span { border-color: rgb(37,30,7); }
td.TdClassName
{
border-color: #251E07;
}
.TagClassName
{
border-color: #251E07;
}
</style>