Shades of Maire #251C03
Tints of Maire #251C03
RGB
CMYK
RGB Variations
Color information
#251C03 (or 0x251C03) is known color: Maire. HEX triplet: 25, 1C and 03. RGB value is (37,28,3). Sum of RGB (Red+Green+Blue) = 37+28+3=68 (9% of max value = 765). Red value is 37 (14.84% from 255 or 54.41% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 37 - color contains mainly: red. Hex color #251C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C03 is #DAE3FC. Grayscale: #1B1B1B. Windows color (decimal): -14345213 or 203813. OLE color: 203813.
HSL color Cylindrical-coordinate representation of color #251C03: hue angle of 44.12º 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 #251C03 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 3 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.85 |
| HSL | 44.12º | 0.85% | 0.08% | - |
| HSV(B) | 44.12º | 0.92% | 0.15% | - |
| XYZ | 1.19 | 1.23 | 0.26 | - |
| YUV | 27.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 3 | 0 | 0.24 | 0.92 | 0.85 | 44.12 | 0.85 | 0.08 |
| Hex | 25 | 1C | 3 | 0 | 18 | 5C | 55 | 2C | 55 | 8 |
| Octal | 45 | 34 | 3 | 0 | 30 | 134 | 125 | 54 | 125 | 10 |
| Binary | 100101 | 11100 | 11 | 0 | 11000 | 1011100 | 1010101 | 101100 | 1010101 | 1000 |
Color Harmonies of #251C03
Complementary color
Monochromatic Colors of #251C03
Black with #251C03
Text Example
Text Example
White with #251C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C03; }
p { color: rgb(37,28,3); }
H1.HeaderClassName
{
color: #251C03;
}
.AnyTagClassName
{
color: #251C03;
}
</style>
background-color css
<style>
a { background-color: #251C03; }
a { background-color: rgb(37,28,3); }
div.DivClassName
{
background-color: #251C03;
}
.BgClassName
{
background-color: #251C03;
}
</style>
border-color css
<style>
span { border-color: #251C03; }
span { border-color: rgb(37,28,3); }
td.TdClassName
{
border-color: #251C03;
}
.TagClassName
{
border-color: #251C03;
}
</style>