Shades of Maire #251C07
Tints of Maire #251C07
RGB
CMYK
RGB Variations
Color information
#251C07 (or 0x251C07) is known color: Maire. HEX triplet: 25, 1C and 07. RGB value is (37,28,7). Sum of RGB (Red+Green+Blue) = 37+28+7=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #251C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C07 is #DAE3F8. Grayscale: #1C1C1C. Windows color (decimal): -14345209 or 465957. OLE color: 465957.
HSL color Cylindrical-coordinate representation of color #251C07: hue angle of 42º 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 #251C07 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 7 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.85 |
| HSL | 42º | 0.68% | 0.09% | - |
| HSV(B) | 42º | 0.81% | 0.15% | - |
| XYZ | 1.22 | 1.24 | 0.38 | - |
| YUV | 28.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 7 | 0 | 0.24 | 0.81 | 0.85 | 42 | 0.68 | 0.09 |
| Hex | 25 | 1C | 7 | 0 | 18 | 51 | 55 | 2A | 44 | 9 |
| Octal | 45 | 34 | 7 | 0 | 30 | 121 | 125 | 52 | 104 | 11 |
| Binary | 100101 | 11100 | 111 | 0 | 11000 | 1010001 | 1010101 | 101010 | 1000100 | 1001 |
Color Harmonies of #251C07
Complementary color
Monochromatic Colors of #251C07
Black with #251C07
Text Example
Text Example
White with #251C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C07; }
p { color: rgb(37,28,7); }
H1.HeaderClassName
{
color: #251C07;
}
.AnyTagClassName
{
color: #251C07;
}
</style>
background-color css
<style>
a { background-color: #251C07; }
a { background-color: rgb(37,28,7); }
div.DivClassName
{
background-color: #251C07;
}
.BgClassName
{
background-color: #251C07;
}
</style>
border-color css
<style>
span { border-color: #251C07; }
span { border-color: rgb(37,28,7); }
td.TdClassName
{
border-color: #251C07;
}
.TagClassName
{
border-color: #251C07;
}
</style>