Shades of Maire #23211C
Tints of Maire #23211C
RGB
CMYK
RGB Variations
Color information
#23211C (or 0x23211C) is known color: Maire. HEX triplet: 23, 21 and 1C. RGB value is (35,33,28). Sum of RGB (Red+Green+Blue) = 35+33+28=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 35 - color contains mainly: red. Hex color #23211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23211C is #DCDEE3. Grayscale: #212121. Windows color (decimal): -14474980 or 1843491. OLE color: 1843491.
HSL color Cylindrical-coordinate representation of color #23211C: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #23211C is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 33 | 28 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.86 |
| HSL | 42.86º | 0.11% | 0.12% | - |
| HSV(B) | 42.86º | 0.2% | 0.14% | - |
| XYZ | 1.45 | 1.53 | 1.32 | - |
| YUV | 33.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 28 | 0 | 0.06 | 0.20 | 0.86 | 42.86 | 0.11 | 0.12 |
| Hex | 23 | 21 | 1C | 0 | 6 | 14 | 56 | 2B | B | C |
| Octal | 43 | 41 | 34 | 0 | 6 | 24 | 126 | 53 | 13 | 14 |
| Binary | 100011 | 100001 | 11100 | 0 | 110 | 10100 | 1010110 | 101011 | 1011 | 1100 |
Color Harmonies of #23211C
Complementary color
Monochromatic Colors of #23211C
Black with #23211C
Text Example
Text Example
White with #23211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23211C; }
p { color: rgb(35,33,28); }
H1.HeaderClassName
{
color: #23211C;
}
.AnyTagClassName
{
color: #23211C;
}
</style>
background-color css
<style>
a { background-color: #23211C; }
a { background-color: rgb(35,33,28); }
div.DivClassName
{
background-color: #23211C;
}
.BgClassName
{
background-color: #23211C;
}
</style>
border-color css
<style>
span { border-color: #23211C; }
span { border-color: rgb(35,33,28); }
td.TdClassName
{
border-color: #23211C;
}
.TagClassName
{
border-color: #23211C;
}
</style>