Shades of Maire #232219
Tints of Maire #232219
RGB
CMYK
RGB Variations
Color information
#232219 (or 0x232219) is known color: Maire. HEX triplet: 23, 22 and 19. RGB value is (35,34,25). Sum of RGB (Red+Green+Blue) = 35+34+25=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 35 - color contains mainly: red. Hex color #232219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232219 is #DCDDE6. Grayscale: #212121. Windows color (decimal): -14474727 or 1647139. OLE color: 1647139.
HSL color Cylindrical-coordinate representation of color #232219: hue angle of 54º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #232219 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 34 | 25 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.86 |
| HSL | 54º | 0.17% | 0.12% | - |
| HSV(B) | 54º | 0.29% | 0.14% | - |
| XYZ | 1.44 | 1.57 | 1.15 | - |
| YUV | 33.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 25 | 0 | 0.03 | 0.29 | 0.86 | 54 | 0.17 | 0.12 |
| Hex | 23 | 22 | 19 | 0 | 3 | 1D | 56 | 36 | 11 | C |
| Octal | 43 | 42 | 31 | 0 | 3 | 35 | 126 | 66 | 21 | 14 |
| Binary | 100011 | 100010 | 11001 | 0 | 11 | 11101 | 1010110 | 110110 | 10001 | 1100 |
Color Harmonies of #232219
Complementary color
Monochromatic Colors of #232219
Black with #232219
Text Example
Text Example
White with #232219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232219; }
p { color: rgb(35,34,25); }
H1.HeaderClassName
{
color: #232219;
}
.AnyTagClassName
{
color: #232219;
}
</style>
background-color css
<style>
a { background-color: #232219; }
a { background-color: rgb(35,34,25); }
div.DivClassName
{
background-color: #232219;
}
.BgClassName
{
background-color: #232219;
}
</style>
border-color css
<style>
span { border-color: #232219; }
span { border-color: rgb(35,34,25); }
td.TdClassName
{
border-color: #232219;
}
.TagClassName
{
border-color: #232219;
}
</style>