Shades of Maire #23211B
Tints of Maire #23211B
RGB
CMYK
RGB Variations
Color information
#23211B (or 0x23211B) is known color: Maire. HEX triplet: 23, 21 and 1B. RGB value is (35,33,27). Sum of RGB (Red+Green+Blue) = 35+33+27=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 35 - color contains mainly: red. Hex color #23211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23211B is #DCDEE4. Grayscale: #202020. Windows color (decimal): -14474981 or 1777955. OLE color: 1777955.
HSL color Cylindrical-coordinate representation of color #23211B: hue angle of 45º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #23211B is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 33 | 27 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.86 |
| HSL | 45º | 0.13% | 0.12% | - |
| HSV(B) | 45º | 0.23% | 0.14% | - |
| XYZ | 1.43 | 1.52 | 1.26 | - |
| YUV | 32.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 27 | 0 | 0.06 | 0.23 | 0.86 | 45 | 0.13 | 0.12 |
| Hex | 23 | 21 | 1B | 0 | 6 | 17 | 56 | 2D | D | C |
| Octal | 43 | 41 | 33 | 0 | 6 | 27 | 126 | 55 | 15 | 14 |
| Binary | 100011 | 100001 | 11011 | 0 | 110 | 10111 | 1010110 | 101101 | 1101 | 1100 |
Color Harmonies of #23211B
Complementary color
Monochromatic Colors of #23211B
Black with #23211B
Text Example
Text Example
White with #23211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23211B; }
p { color: rgb(35,33,27); }
H1.HeaderClassName
{
color: #23211B;
}
.AnyTagClassName
{
color: #23211B;
}
</style>
background-color css
<style>
a { background-color: #23211B; }
a { background-color: rgb(35,33,27); }
div.DivClassName
{
background-color: #23211B;
}
.BgClassName
{
background-color: #23211B;
}
</style>
border-color css
<style>
span { border-color: #23211B; }
span { border-color: rgb(35,33,27); }
td.TdClassName
{
border-color: #23211B;
}
.TagClassName
{
border-color: #23211B;
}
</style>