Shades of Maire #251C01
Tints of Maire #251C01
RGB
CMYK
RGB Variations
Color information
#251C01 (or 0x251C01) is known color: Maire. HEX triplet: 25, 1C and 01. RGB value is (37,28,1). Sum of RGB (Red+Green+Blue) = 37+28+1=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #251C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C01 is #DAE3FE. Grayscale: #1B1B1B. Windows color (decimal): -14345215 or 72741. OLE color: 72741.
HSL color Cylindrical-coordinate representation of color #251C01: hue angle of 45º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #251C01 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 1 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.85 |
| HSL | 45º | 0.95% | 0.07% | - |
| HSV(B) | 45º | 0.97% | 0.15% | - |
| XYZ | 1.18 | 1.23 | 0.2 | - |
| YUV | 27.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 1 | 0 | 0.24 | 0.97 | 0.85 | 45 | 0.95 | 0.07 |
| Hex | 25 | 1C | 1 | 0 | 18 | 61 | 55 | 2D | 5F | 7 |
| Octal | 45 | 34 | 1 | 0 | 30 | 141 | 125 | 55 | 137 | 7 |
| Binary | 100101 | 11100 | 1 | 0 | 11000 | 1100001 | 1010101 | 101101 | 1011111 | 111 |
Color Harmonies of #251C01
Complementary color
Monochromatic Colors of #251C01
Black with #251C01
Text Example
Text Example
White with #251C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C01; }
p { color: rgb(37,28,1); }
H1.HeaderClassName
{
color: #251C01;
}
.AnyTagClassName
{
color: #251C01;
}
</style>
background-color css
<style>
a { background-color: #251C01; }
a { background-color: rgb(37,28,1); }
div.DivClassName
{
background-color: #251C01;
}
.BgClassName
{
background-color: #251C01;
}
</style>
border-color css
<style>
span { border-color: #251C01; }
span { border-color: rgb(37,28,1); }
td.TdClassName
{
border-color: #251C01;
}
.TagClassName
{
border-color: #251C01;
}
</style>