Shades of Maire #231E13
Tints of Maire #231E13
RGB
CMYK
RGB Variations
Color information
#231E13 (or 0x231E13) is known color: Maire. HEX triplet: 23, 1E and 13. RGB value is (35,30,19). Sum of RGB (Red+Green+Blue) = 35+30+19=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E13 is #DCE1EC. Grayscale: #1E1E1E. Windows color (decimal): -14475757 or 1252899. OLE color: 1252899.
HSL color Cylindrical-coordinate representation of color #231E13: hue angle of 41.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231E13 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 30 | 19 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.86 |
| HSL | 41.25º | 0.3% | 0.11% | - |
| HSV(B) | 41.25º | 0.46% | 0.14% | - |
| XYZ | 1.27 | 1.33 | 0.81 | - |
| YUV | 30.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 19 | 0 | 0.14 | 0.46 | 0.86 | 41.25 | 0.3 | 0.11 |
| Hex | 23 | 1E | 13 | 0 | E | 2E | 56 | 29 | 1E | B |
| Octal | 43 | 36 | 23 | 0 | 16 | 56 | 126 | 51 | 36 | 13 |
| Binary | 100011 | 11110 | 10011 | 0 | 1110 | 101110 | 1010110 | 101001 | 11110 | 1011 |
Color Harmonies of #231E13
Complementary color
Monochromatic Colors of #231E13
Black with #231E13
Text Example
Text Example
White with #231E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E13; }
p { color: rgb(35,30,19); }
H1.HeaderClassName
{
color: #231E13;
}
.AnyTagClassName
{
color: #231E13;
}
</style>
background-color css
<style>
a { background-color: #231E13; }
a { background-color: rgb(35,30,19); }
div.DivClassName
{
background-color: #231E13;
}
.BgClassName
{
background-color: #231E13;
}
</style>
border-color css
<style>
span { border-color: #231E13; }
span { border-color: rgb(35,30,19); }
td.TdClassName
{
border-color: #231E13;
}
.TagClassName
{
border-color: #231E13;
}
</style>