Shades of Maire #231D00
Tints of Maire #231D00
RGB
CMYK
RGB Variations
Color information
#231D00 (or 0x231D00) is known color: Maire. HEX triplet: 23, 1D and 00. RGB value is (35,29,0). Sum of RGB (Red+Green+Blue) = 35+29+0=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #231D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D00 is #DCE2FF. Grayscale: #1B1B1B. Windows color (decimal): -14476032 or 7459. OLE color: 7459.
HSL color Cylindrical-coordinate representation of color #231D00: hue angle of 49.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #231D00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 29 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.86 |
| HSL | 49.71º | 1% | 0.07% | - |
| HSV(B) | 49.71º | 1% | 0.14% | - |
| XYZ | 1.13 | 1.24 | 0.18 | - |
| YUV | 27.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 0 | 0 | 0.17 | 1 | 0.86 | 49.71 | 1 | 0.07 |
| Hex | 23 | 1D | 0 | 0 | 11 | 64 | 56 | 32 | 64 | 7 |
| Octal | 43 | 35 | 0 | 0 | 21 | 144 | 126 | 62 | 144 | 7 |
| Binary | 100011 | 11101 | 0 | 0 | 10001 | 1100100 | 1010110 | 110010 | 1100100 | 111 |
Color Harmonies of #231D00
Complementary color
Monochromatic Colors of #231D00
Black with #231D00
Text Example
Text Example
White with #231D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D00; }
p { color: rgb(35,29,0); }
H1.HeaderClassName
{
color: #231D00;
}
.AnyTagClassName
{
color: #231D00;
}
</style>
background-color css
<style>
a { background-color: #231D00; }
a { background-color: rgb(35,29,0); }
div.DivClassName
{
background-color: #231D00;
}
.BgClassName
{
background-color: #231D00;
}
</style>
border-color css
<style>
span { border-color: #231D00; }
span { border-color: rgb(35,29,0); }
td.TdClassName
{
border-color: #231D00;
}
.TagClassName
{
border-color: #231D00;
}
</style>