Shades of Maire #251F0C
Tints of Maire #251F0C
RGB
CMYK
RGB Variations
Color information
#251F0C (or 0x251F0C) is known color: Maire. HEX triplet: 25, 1F and 0C. RGB value is (37,31,12). Sum of RGB (Red+Green+Blue) = 37+31+12=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #251F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251F0C is #DAE0F3. Grayscale: #1E1E1E. Windows color (decimal): -14344436 or 794405. OLE color: 794405.
HSL color Cylindrical-coordinate representation of color #251F0C: hue angle of 45.6º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #251F0C is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 31 | 12 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.85 |
| HSL | 45.6º | 0.51% | 0.1% | - |
| HSV(B) | 45.6º | 0.68% | 0.15% | - |
| XYZ | 1.32 | 1.4 | 0.55 | - |
| YUV | 30.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 12 | 0 | 0.16 | 0.68 | 0.85 | 45.6 | 0.51 | 0.1 |
| Hex | 25 | 1F | C | 0 | 10 | 44 | 55 | 2E | 33 | A |
| Octal | 45 | 37 | 14 | 0 | 20 | 104 | 125 | 56 | 63 | 12 |
| Binary | 100101 | 11111 | 1100 | 0 | 10000 | 1000100 | 1010101 | 101110 | 110011 | 1010 |
Color Harmonies of #251F0C
Complementary color
Monochromatic Colors of #251F0C
Black with #251F0C
Text Example
Text Example
White with #251F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F0C; }
p { color: rgb(37,31,12); }
H1.HeaderClassName
{
color: #251F0C;
}
.AnyTagClassName
{
color: #251F0C;
}
</style>
background-color css
<style>
a { background-color: #251F0C; }
a { background-color: rgb(37,31,12); }
div.DivClassName
{
background-color: #251F0C;
}
.BgClassName
{
background-color: #251F0C;
}
</style>
border-color css
<style>
span { border-color: #251F0C; }
span { border-color: rgb(37,31,12); }
td.TdClassName
{
border-color: #251F0C;
}
.TagClassName
{
border-color: #251F0C;
}
</style>