Shades of Maire #232321
Tints of Maire #232321
RGB
CMYK
RGB Variations
Color information
#232321 (or 0x232321) is known color: Maire. HEX triplet: 23, 23 and 21. RGB value is (35,35,33). Sum of RGB (Red+Green+Blue) = 35+35+33=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 35 - color contains mainly: red, green. Hex color #232321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232321 is #DCDCDE. Grayscale: #222222. Windows color (decimal): -14474463 or 2171683. OLE color: 2171683.
HSL color Cylindrical-coordinate representation of color #232321: hue angle of 60º degrees, saturation: 0.03, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #232321 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 35 | 33 | - |
| CMYK | 0 | 0 | 0.06 | 0.86 |
| HSL | 60º | 0.03% | 0.13% | - |
| HSV(B) | 60º | 0.06% | 0.14% | - |
| XYZ | 1.57 | 1.67 | 1.68 | - |
| YUV | 34.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 33 | 0 | 0 | 0.06 | 0.86 | 60 | 0.03 | 0.13 |
| Hex | 23 | 23 | 21 | 0 | 0 | 6 | 56 | 3C | 3 | D |
| Octal | 43 | 43 | 41 | 0 | 0 | 6 | 126 | 74 | 3 | 15 |
| Binary | 100011 | 100011 | 100001 | 0 | 0 | 110 | 1010110 | 111100 | 11 | 1101 |
Color Harmonies of #232321
Complementary color
Monochromatic Colors of #232321
Black with #232321
Text Example
Text Example
White with #232321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232321; }
p { color: rgb(35,35,33); }
H1.HeaderClassName
{
color: #232321;
}
.AnyTagClassName
{
color: #232321;
}
</style>
background-color css
<style>
a { background-color: #232321; }
a { background-color: rgb(35,35,33); }
div.DivClassName
{
background-color: #232321;
}
.BgClassName
{
background-color: #232321;
}
</style>
border-color css
<style>
span { border-color: #232321; }
span { border-color: rgb(35,35,33); }
td.TdClassName
{
border-color: #232321;
}
.TagClassName
{
border-color: #232321;
}
</style>