Shades of Maire #251A00
Tints of Maire #251A00
RGB
CMYK
RGB Variations
Color information
#251A00 (or 0x251A00) is known color: Maire. HEX triplet: 25, 1A and 00. RGB value is (37,26,0). Sum of RGB (Red+Green+Blue) = 37+26+0=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #251A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A00 is #DAE5FF. Grayscale: #1A1A1A. Windows color (decimal): -14345728 or 6693. OLE color: 6693.
HSL color Cylindrical-coordinate representation of color #251A00: hue angle of 42.16º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #251A00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 26 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.85 |
| HSL | 42.16º | 1% | 0.07% | - |
| HSV(B) | 42.16º | 1% | 0.15% | - |
| XYZ | 1.13 | 1.13 | 0.16 | - |
| YUV | 26.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 0 | 0 | 0.30 | 1 | 0.85 | 42.16 | 1 | 0.07 |
| Hex | 25 | 1A | 0 | 0 | 1E | 64 | 55 | 2A | 64 | 7 |
| Octal | 45 | 32 | 0 | 0 | 36 | 144 | 125 | 52 | 144 | 7 |
| Binary | 100101 | 11010 | 0 | 0 | 11110 | 1100100 | 1010101 | 101010 | 1100100 | 111 |
Color Harmonies of #251A00
Complementary color
Monochromatic Colors of #251A00
Black with #251A00
Text Example
Text Example
White with #251A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A00; }
p { color: rgb(37,26,0); }
H1.HeaderClassName
{
color: #251A00;
}
.AnyTagClassName
{
color: #251A00;
}
</style>
background-color css
<style>
a { background-color: #251A00; }
a { background-color: rgb(37,26,0); }
div.DivClassName
{
background-color: #251A00;
}
.BgClassName
{
background-color: #251A00;
}
</style>
border-color css
<style>
span { border-color: #251A00; }
span { border-color: rgb(37,26,0); }
td.TdClassName
{
border-color: #251A00;
}
.TagClassName
{
border-color: #251A00;
}
</style>