Shades of Maire #251A01
Tints of Maire #251A01
RGB
CMYK
RGB Variations
Color information
#251A01 (or 0x251A01) is known color: Maire. HEX triplet: 25, 1A and 01. RGB value is (37,26,1). Sum of RGB (Red+Green+Blue) = 37+26+1=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #251A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A01 is #DAE5FE. Grayscale: #1A1A1A. Windows color (decimal): -14345727 or 72229. OLE color: 72229.
HSL color Cylindrical-coordinate representation of color #251A01: hue angle of 41.67º 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 #251A01 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 26 | 1 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.85 |
| HSL | 41.67º | 0.95% | 0.07% | - |
| HSV(B) | 41.67º | 0.97% | 0.15% | - |
| XYZ | 1.14 | 1.13 | 0.19 | - |
| YUV | 26.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 1 | 0 | 0.30 | 0.97 | 0.85 | 41.67 | 0.95 | 0.07 |
| Hex | 25 | 1A | 1 | 0 | 1E | 61 | 55 | 2A | 5F | 7 |
| Octal | 45 | 32 | 1 | 0 | 36 | 141 | 125 | 52 | 137 | 7 |
| Binary | 100101 | 11010 | 1 | 0 | 11110 | 1100001 | 1010101 | 101010 | 1011111 | 111 |
Color Harmonies of #251A01
Complementary color
Monochromatic Colors of #251A01
Black with #251A01
Text Example
Text Example
White with #251A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A01; }
p { color: rgb(37,26,1); }
H1.HeaderClassName
{
color: #251A01;
}
.AnyTagClassName
{
color: #251A01;
}
</style>
background-color css
<style>
a { background-color: #251A01; }
a { background-color: rgb(37,26,1); }
div.DivClassName
{
background-color: #251A01;
}
.BgClassName
{
background-color: #251A01;
}
</style>
border-color css
<style>
span { border-color: #251A01; }
span { border-color: rgb(37,26,1); }
td.TdClassName
{
border-color: #251A01;
}
.TagClassName
{
border-color: #251A01;
}
</style>