Shades of Maire #232113
Tints of Maire #232113
RGB
CMYK
RGB Variations
Color information
#232113 (or 0x232113) is known color: Maire. HEX triplet: 23, 21 and 13. RGB value is (35,33,19). Sum of RGB (Red+Green+Blue) = 35+33+19=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #232113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232113 is #DCDEEC. Grayscale: #202020. Windows color (decimal): -14474989 or 1253667. OLE color: 1253667.
HSL color Cylindrical-coordinate representation of color #232113: hue angle of 52.5º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #232113 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 33 | 19 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.86 |
| HSL | 52.5º | 0.3% | 0.11% | - |
| HSV(B) | 52.5º | 0.46% | 0.14% | - |
| XYZ | 1.35 | 1.49 | 0.83 | - |
| YUV | 32 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 19 | 0 | 0.06 | 0.46 | 0.86 | 52.5 | 0.3 | 0.11 |
| Hex | 23 | 21 | 13 | 0 | 6 | 2E | 56 | 34 | 1E | B |
| Octal | 43 | 41 | 23 | 0 | 6 | 56 | 126 | 64 | 36 | 13 |
| Binary | 100011 | 100001 | 10011 | 0 | 110 | 101110 | 1010110 | 110100 | 11110 | 1011 |
Color Harmonies of #232113
Complementary color
Monochromatic Colors of #232113
Black with #232113
Text Example
Text Example
White with #232113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232113; }
p { color: rgb(35,33,19); }
H1.HeaderClassName
{
color: #232113;
}
.AnyTagClassName
{
color: #232113;
}
</style>
background-color css
<style>
a { background-color: #232113; }
a { background-color: rgb(35,33,19); }
div.DivClassName
{
background-color: #232113;
}
.BgClassName
{
background-color: #232113;
}
</style>
border-color css
<style>
span { border-color: #232113; }
span { border-color: rgb(35,33,19); }
td.TdClassName
{
border-color: #232113;
}
.TagClassName
{
border-color: #232113;
}
</style>