Shades of Maire #232204
Tints of Maire #232204
RGB
CMYK
RGB Variations
Color information
#232204 (or 0x232204) is known color: Maire. HEX triplet: 23, 22 and 04. RGB value is (35,34,4). Sum of RGB (Red+Green+Blue) = 35+34+4=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #232204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232204 is #DCDDFB. Grayscale: #1F1F1F. Windows color (decimal): -14474748 or 270883. OLE color: 270883.
HSL color Cylindrical-coordinate representation of color #232204: hue angle of 58.06º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #232204 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 34 | 4 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.86 |
| HSL | 58.06º | 0.79% | 0.08% | - |
| HSV(B) | 58.06º | 0.89% | 0.14% | - |
| XYZ | 1.29 | 1.51 | 0.34 | - |
| YUV | 30.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 4 | 0 | 0.03 | 0.89 | 0.86 | 58.06 | 0.79 | 0.08 |
| Hex | 23 | 22 | 4 | 0 | 3 | 59 | 56 | 3A | 4F | 8 |
| Octal | 43 | 42 | 4 | 0 | 3 | 131 | 126 | 72 | 117 | 10 |
| Binary | 100011 | 100010 | 100 | 0 | 11 | 1011001 | 1010110 | 111010 | 1001111 | 1000 |
Color Harmonies of #232204
Complementary color
Monochromatic Colors of #232204
Black with #232204
Text Example
Text Example
White with #232204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232204; }
p { color: rgb(35,34,4); }
H1.HeaderClassName
{
color: #232204;
}
.AnyTagClassName
{
color: #232204;
}
</style>
background-color css
<style>
a { background-color: #232204; }
a { background-color: rgb(35,34,4); }
div.DivClassName
{
background-color: #232204;
}
.BgClassName
{
background-color: #232204;
}
</style>
border-color css
<style>
span { border-color: #232204; }
span { border-color: rgb(35,34,4); }
td.TdClassName
{
border-color: #232204;
}
.TagClassName
{
border-color: #232204;
}
</style>