Shades of Maire #251F04
Tints of Maire #251F04
RGB
CMYK
RGB Variations
Color information
#251F04 (or 0x251F04) is known color: Maire. HEX triplet: 25, 1F and 04. RGB value is (37,31,4). Sum of RGB (Red+Green+Blue) = 37+31+4=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #251F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F04 is #DAE0FB. Grayscale: #1D1D1D. Windows color (decimal): -14344444 or 270117. OLE color: 270117.
HSL color Cylindrical-coordinate representation of color #251F04: hue angle of 49.09º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251F04 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 31 | 4 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.85 |
| HSL | 49.09º | 0.8% | 0.08% | - |
| HSV(B) | 49.09º | 0.89% | 0.15% | - |
| XYZ | 1.27 | 1.38 | 0.31 | - |
| YUV | 29.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 4 | 0 | 0.16 | 0.89 | 0.85 | 49.09 | 0.8 | 0.08 |
| Hex | 25 | 1F | 4 | 0 | 10 | 59 | 55 | 31 | 50 | 8 |
| Octal | 45 | 37 | 4 | 0 | 20 | 131 | 125 | 61 | 120 | 10 |
| Binary | 100101 | 11111 | 100 | 0 | 10000 | 1011001 | 1010101 | 110001 | 1010000 | 1000 |
Color Harmonies of #251F04
Complementary color
Monochromatic Colors of #251F04
Black with #251F04
Text Example
Text Example
White with #251F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F04; }
p { color: rgb(37,31,4); }
H1.HeaderClassName
{
color: #251F04;
}
.AnyTagClassName
{
color: #251F04;
}
</style>
background-color css
<style>
a { background-color: #251F04; }
a { background-color: rgb(37,31,4); }
div.DivClassName
{
background-color: #251F04;
}
.BgClassName
{
background-color: #251F04;
}
</style>
border-color css
<style>
span { border-color: #251F04; }
span { border-color: rgb(37,31,4); }
td.TdClassName
{
border-color: #251F04;
}
.TagClassName
{
border-color: #251F04;
}
</style>