Shades of Maire #251B01
Tints of Maire #251B01
RGB
CMYK
RGB Variations
Color information
#251B01 (or 0x251B01) is known color: Maire. HEX triplet: 25, 1B and 01. RGB value is (37,27,1). Sum of RGB (Red+Green+Blue) = 37+27+1=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #251B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251B01 is #DAE4FE. Grayscale: #1B1B1B. Windows color (decimal): -14345471 or 72485. OLE color: 72485.
HSL color Cylindrical-coordinate representation of color #251B01: hue angle of 43.33º 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 #251B01 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 27 | 1 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.85 |
| HSL | 43.33º | 0.95% | 0.07% | - |
| HSV(B) | 43.33º | 0.97% | 0.15% | - |
| XYZ | 1.16 | 1.18 | 0.2 | - |
| YUV | 27.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 1 | 0 | 0.27 | 0.97 | 0.85 | 43.33 | 0.95 | 0.07 |
| Hex | 25 | 1B | 1 | 0 | 1B | 61 | 55 | 2B | 5F | 7 |
| Octal | 45 | 33 | 1 | 0 | 33 | 141 | 125 | 53 | 137 | 7 |
| Binary | 100101 | 11011 | 1 | 0 | 11011 | 1100001 | 1010101 | 101011 | 1011111 | 111 |
Color Harmonies of #251B01
Complementary color
Monochromatic Colors of #251B01
Black with #251B01
Text Example
Text Example
White with #251B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B01; }
p { color: rgb(37,27,1); }
H1.HeaderClassName
{
color: #251B01;
}
.AnyTagClassName
{
color: #251B01;
}
</style>
background-color css
<style>
a { background-color: #251B01; }
a { background-color: rgb(37,27,1); }
div.DivClassName
{
background-color: #251B01;
}
.BgClassName
{
background-color: #251B01;
}
</style>
border-color css
<style>
span { border-color: #251B01; }
span { border-color: rgb(37,27,1); }
td.TdClassName
{
border-color: #251B01;
}
.TagClassName
{
border-color: #251B01;
}
</style>