Shades of Maire #231E0D
Tints of Maire #231E0D
RGB
CMYK
RGB Variations
Color information
#231E0D (or 0x231E0D) is known color: Maire. HEX triplet: 23, 1E and 0D. RGB value is (35,30,13). Sum of RGB (Red+Green+Blue) = 35+30+13=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231E0D is #DCE1F2. Grayscale: #1D1D1D. Windows color (decimal): -14475763 or 859683. OLE color: 859683.
HSL color Cylindrical-coordinate representation of color #231E0D: hue angle of 46.36º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #231E0D is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 30 | 13 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.86 |
| HSL | 46.36º | 0.46% | 0.09% | - |
| HSV(B) | 46.36º | 0.63% | 0.14% | - |
| XYZ | 1.23 | 1.31 | 0.57 | - |
| YUV | 29.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 13 | 0 | 0.14 | 0.63 | 0.86 | 46.36 | 0.46 | 0.09 |
| Hex | 23 | 1E | D | 0 | E | 3F | 56 | 2E | 2E | 9 |
| Octal | 43 | 36 | 15 | 0 | 16 | 77 | 126 | 56 | 56 | 11 |
| Binary | 100011 | 11110 | 1101 | 0 | 1110 | 111111 | 1010110 | 101110 | 101110 | 1001 |
Color Harmonies of #231E0D
Complementary color
Monochromatic Colors of #231E0D
Black with #231E0D
Text Example
Text Example
White with #231E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231E0D; }
p { color: rgb(35,30,13); }
H1.HeaderClassName
{
color: #231E0D;
}
.AnyTagClassName
{
color: #231E0D;
}
</style>
background-color css
<style>
a { background-color: #231E0D; }
a { background-color: rgb(35,30,13); }
div.DivClassName
{
background-color: #231E0D;
}
.BgClassName
{
background-color: #231E0D;
}
</style>
border-color css
<style>
span { border-color: #231E0D; }
span { border-color: rgb(35,30,13); }
td.TdClassName
{
border-color: #231E0D;
}
.TagClassName
{
border-color: #231E0D;
}
</style>