Shades of Maire #23221D
Tints of Maire #23221D
RGB
CMYK
RGB Variations
Color information
#23221D (or 0x23221D) is known color: Maire. HEX triplet: 23, 22 and 1D. RGB value is (35,34,29). Sum of RGB (Red+Green+Blue) = 35+34+29=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 35 - color contains mainly: red. Hex color #23221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23221D is #DCDDE2. Grayscale: #212121. Windows color (decimal): -14474723 or 1909283. OLE color: 1909283.
HSL color Cylindrical-coordinate representation of color #23221D: hue angle of 50º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #23221D is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 34 | 29 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.86 |
| HSL | 50º | 0.09% | 0.13% | - |
| HSV(B) | 50º | 0.17% | 0.14% | - |
| XYZ | 1.49 | 1.59 | 1.39 | - |
| YUV | 33.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 29 | 0 | 0.03 | 0.17 | 0.86 | 50 | 0.09 | 0.13 |
| Hex | 23 | 22 | 1D | 0 | 3 | 11 | 56 | 32 | 9 | D |
| Octal | 43 | 42 | 35 | 0 | 3 | 21 | 126 | 62 | 11 | 15 |
| Binary | 100011 | 100010 | 11101 | 0 | 11 | 10001 | 1010110 | 110010 | 1001 | 1101 |
Color Harmonies of #23221D
Complementary color
Monochromatic Colors of #23221D
Black with #23221D
Text Example
Text Example
White with #23221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23221D; }
p { color: rgb(35,34,29); }
H1.HeaderClassName
{
color: #23221D;
}
.AnyTagClassName
{
color: #23221D;
}
</style>
background-color css
<style>
a { background-color: #23221D; }
a { background-color: rgb(35,34,29); }
div.DivClassName
{
background-color: #23221D;
}
.BgClassName
{
background-color: #23221D;
}
</style>
border-color css
<style>
span { border-color: #23221D; }
span { border-color: rgb(35,34,29); }
td.TdClassName
{
border-color: #23221D;
}
.TagClassName
{
border-color: #23221D;
}
</style>