Shades of Maire #232012
Tints of Maire #232012
RGB
CMYK
RGB Variations
Color information
#232012 (or 0x232012) is known color: Maire. HEX triplet: 23, 20 and 12. RGB value is (35,32,18). Sum of RGB (Red+Green+Blue) = 35+32+18=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #232012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232012 is #DCDFED. Grayscale: #1F1F1F. Windows color (decimal): -14475246 or 1187875. OLE color: 1187875.
HSL color Cylindrical-coordinate representation of color #232012: hue angle of 49.41º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #232012 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 32 | 18 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.86 |
| HSL | 49.41º | 0.32% | 0.1% | - |
| HSV(B) | 49.41º | 0.49% | 0.14% | - |
| XYZ | 1.32 | 1.43 | 0.78 | - |
| YUV | 31.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 18 | 0 | 0.09 | 0.49 | 0.86 | 49.41 | 0.32 | 0.1 |
| Hex | 23 | 20 | 12 | 0 | 9 | 31 | 56 | 31 | 20 | A |
| Octal | 43 | 40 | 22 | 0 | 11 | 61 | 126 | 61 | 40 | 12 |
| Binary | 100011 | 100000 | 10010 | 0 | 1001 | 110001 | 1010110 | 110001 | 100000 | 1010 |
Color Harmonies of #232012
Complementary color
Monochromatic Colors of #232012
Black with #232012
Text Example
Text Example
White with #232012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232012; }
p { color: rgb(35,32,18); }
H1.HeaderClassName
{
color: #232012;
}
.AnyTagClassName
{
color: #232012;
}
</style>
background-color css
<style>
a { background-color: #232012; }
a { background-color: rgb(35,32,18); }
div.DivClassName
{
background-color: #232012;
}
.BgClassName
{
background-color: #232012;
}
</style>
border-color css
<style>
span { border-color: #232012; }
span { border-color: rgb(35,32,18); }
td.TdClassName
{
border-color: #232012;
}
.TagClassName
{
border-color: #232012;
}
</style>