Shades of Maire #251E03
Tints of Maire #251E03
RGB
CMYK
RGB Variations
Color information
#251E03 (or 0x251E03) is known color: Maire. HEX triplet: 25, 1E and 03. RGB value is (37,30,3). Sum of RGB (Red+Green+Blue) = 37+30+3=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #251E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E03 is #DAE1FC. Grayscale: #1D1D1D. Windows color (decimal): -14344701 or 204325. OLE color: 204325.
HSL color Cylindrical-coordinate representation of color #251E03: hue angle of 47.65º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #251E03 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 30 | 3 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.85 |
| HSL | 47.65º | 0.85% | 0.08% | - |
| HSV(B) | 47.65º | 0.92% | 0.15% | - |
| XYZ | 1.24 | 1.33 | 0.28 | - |
| YUV | 29.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 30 | 3 | 0 | 0.19 | 0.92 | 0.85 | 47.65 | 0.85 | 0.08 |
| Hex | 25 | 1E | 3 | 0 | 13 | 5C | 55 | 30 | 55 | 8 |
| Octal | 45 | 36 | 3 | 0 | 23 | 134 | 125 | 60 | 125 | 10 |
| Binary | 100101 | 11110 | 11 | 0 | 10011 | 1011100 | 1010101 | 110000 | 1010101 | 1000 |
Color Harmonies of #251E03
Complementary color
Monochromatic Colors of #251E03
Black with #251E03
Text Example
Text Example
White with #251E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251E03; }
p { color: rgb(37,30,3); }
H1.HeaderClassName
{
color: #251E03;
}
.AnyTagClassName
{
color: #251E03;
}
</style>
background-color css
<style>
a { background-color: #251E03; }
a { background-color: rgb(37,30,3); }
div.DivClassName
{
background-color: #251E03;
}
.BgClassName
{
background-color: #251E03;
}
</style>
border-color css
<style>
span { border-color: #251E03; }
span { border-color: rgb(37,30,3); }
td.TdClassName
{
border-color: #251E03;
}
.TagClassName
{
border-color: #251E03;
}
</style>