Shades of Maire #231E11
Tints of Maire #231E11
RGB
CMYK
RGB Variations
Color information
#231E11 (or 0x231E11) is known color: Maire. HEX triplet: 23, 1E and 11. RGB value is (35,30,17). Sum of RGB (Red+Green+Blue) = 35+30+17=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #231E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E11 is #DCE1EE. Grayscale: #1E1E1E. Windows color (decimal): -14475759 or 1121827. OLE color: 1121827.
HSL color Cylindrical-coordinate representation of color #231E11: hue angle of 43.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231E11 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 30 | 17 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.86 |
| HSL | 43.33º | 0.35% | 0.1% | - |
| HSV(B) | 43.33º | 0.51% | 0.14% | - |
| XYZ | 1.26 | 1.33 | 0.72 | - |
| YUV | 30.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 17 | 0 | 0.14 | 0.51 | 0.86 | 43.33 | 0.35 | 0.1 |
| Hex | 23 | 1E | 11 | 0 | E | 33 | 56 | 2B | 23 | A |
| Octal | 43 | 36 | 21 | 0 | 16 | 63 | 126 | 53 | 43 | 12 |
| Binary | 100011 | 11110 | 10001 | 0 | 1110 | 110011 | 1010110 | 101011 | 100011 | 1010 |
Color Harmonies of #231E11
Complementary color
Monochromatic Colors of #231E11
Black with #231E11
Text Example
Text Example
White with #231E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E11; }
p { color: rgb(35,30,17); }
H1.HeaderClassName
{
color: #231E11;
}
.AnyTagClassName
{
color: #231E11;
}
</style>
background-color css
<style>
a { background-color: #231E11; }
a { background-color: rgb(35,30,17); }
div.DivClassName
{
background-color: #231E11;
}
.BgClassName
{
background-color: #231E11;
}
</style>
border-color css
<style>
span { border-color: #231E11; }
span { border-color: rgb(35,30,17); }
td.TdClassName
{
border-color: #231E11;
}
.TagClassName
{
border-color: #231E11;
}
</style>