Shades of Maire #231A01
Tints of Maire #231A01
RGB
CMYK
RGB Variations
Color information
#231A01 (or 0x231A01) is known color: Maire. HEX triplet: 23, 1A and 01. RGB value is (35,26,1). Sum of RGB (Red+Green+Blue) = 35+26+1=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #231A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A01 is #DCE5FE. Grayscale: #191919. Windows color (decimal): -14476799 or 72227. OLE color: 72227.
HSL color Cylindrical-coordinate representation of color #231A01: hue angle of 44.12º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #231A01 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 26 | 1 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.86 |
| HSL | 44.12º | 0.94% | 0.07% | - |
| HSV(B) | 44.12º | 0.97% | 0.14% | - |
| XYZ | 1.07 | 1.1 | 0.18 | - |
| YUV | 25.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 1 | 0 | 0.26 | 0.97 | 0.86 | 44.12 | 0.94 | 0.07 |
| Hex | 23 | 1A | 1 | 0 | 1A | 61 | 56 | 2C | 5E | 7 |
| Octal | 43 | 32 | 1 | 0 | 32 | 141 | 126 | 54 | 136 | 7 |
| Binary | 100011 | 11010 | 1 | 0 | 11010 | 1100001 | 1010110 | 101100 | 1011110 | 111 |
Color Harmonies of #231A01
Complementary color
Monochromatic Colors of #231A01
Black with #231A01
Text Example
Text Example
White with #231A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A01; }
p { color: rgb(35,26,1); }
H1.HeaderClassName
{
color: #231A01;
}
.AnyTagClassName
{
color: #231A01;
}
</style>
background-color css
<style>
a { background-color: #231A01; }
a { background-color: rgb(35,26,1); }
div.DivClassName
{
background-color: #231A01;
}
.BgClassName
{
background-color: #231A01;
}
</style>
border-color css
<style>
span { border-color: #231A01; }
span { border-color: rgb(35,26,1); }
td.TdClassName
{
border-color: #231A01;
}
.TagClassName
{
border-color: #231A01;
}
</style>