Shades of Maire #231D0D
Tints of Maire #231D0D
RGB
CMYK
RGB Variations
Color information
#231D0D (or 0x231D0D) is known color: Maire. HEX triplet: 23, 1D and 0D. RGB value is (35,29,13). Sum of RGB (Red+Green+Blue) = 35+29+13=77 (10% of max value = 765). Red value is 35 (14.06% from 255 or 45.45% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 35 - color contains mainly: red. Hex color #231D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D0D is #DCE2F2. Grayscale: #1D1D1D. Windows color (decimal): -14476019 or 859427. OLE color: 859427.
HSL color Cylindrical-coordinate representation of color #231D0D: hue angle of 43.64º 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 #231D0D is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 29 | 13 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.86 |
| HSL | 43.64º | 0.46% | 0.09% | - |
| HSV(B) | 43.64º | 0.63% | 0.14% | - |
| XYZ | 1.21 | 1.27 | 0.56 | - |
| YUV | 28.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 13 | 0 | 0.17 | 0.63 | 0.86 | 43.64 | 0.46 | 0.09 |
| Hex | 23 | 1D | D | 0 | 11 | 3F | 56 | 2C | 2E | 9 |
| Octal | 43 | 35 | 15 | 0 | 21 | 77 | 126 | 54 | 56 | 11 |
| Binary | 100011 | 11101 | 1101 | 0 | 10001 | 111111 | 1010110 | 101100 | 101110 | 1001 |
Color Harmonies of #231D0D
Complementary color
Monochromatic Colors of #231D0D
Black with #231D0D
Text Example
Text Example
White with #231D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D0D; }
p { color: rgb(35,29,13); }
H1.HeaderClassName
{
color: #231D0D;
}
.AnyTagClassName
{
color: #231D0D;
}
</style>
background-color css
<style>
a { background-color: #231D0D; }
a { background-color: rgb(35,29,13); }
div.DivClassName
{
background-color: #231D0D;
}
.BgClassName
{
background-color: #231D0D;
}
</style>
border-color css
<style>
span { border-color: #231D0D; }
span { border-color: rgb(35,29,13); }
td.TdClassName
{
border-color: #231D0D;
}
.TagClassName
{
border-color: #231D0D;
}
</style>