Shades of Maire #23230F
Tints of Maire #23230F
RGB
CMYK
RGB Variations
Color information
#23230F (or 0x23230F) is known color: Maire. HEX triplet: 23, 23 and 0F. RGB value is (35,35,15). Sum of RGB (Red+Green+Blue) = 35+35+15=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 35 - color contains mainly: red, green. Hex color #23230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23230F is #DCDCF0. Grayscale: #202020. Windows color (decimal): -14474481 or 992035. OLE color: 992035.
HSL color Cylindrical-coordinate representation of color #23230F: hue angle of 60º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23230F is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 35 | 15 | - |
| CMYK | 0 | 0 | 0.57 | 0.86 |
| HSL | 60º | 0.4% | 0.1% | - |
| HSV(B) | 60º | 0.57% | 0.14% | - |
| XYZ | 1.38 | 1.59 | 0.69 | - |
| YUV | 32.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 15 | 0 | 0 | 0.57 | 0.86 | 60 | 0.4 | 0.1 |
| Hex | 23 | 23 | F | 0 | 0 | 39 | 56 | 3C | 28 | A |
| Octal | 43 | 43 | 17 | 0 | 0 | 71 | 126 | 74 | 50 | 12 |
| Binary | 100011 | 100011 | 1111 | 0 | 0 | 111001 | 1010110 | 111100 | 101000 | 1010 |
Color Harmonies of #23230F
Complementary color
Monochromatic Colors of #23230F
Black with #23230F
Text Example
Text Example
White with #23230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23230F; }
p { color: rgb(35,35,15); }
H1.HeaderClassName
{
color: #23230F;
}
.AnyTagClassName
{
color: #23230F;
}
</style>
background-color css
<style>
a { background-color: #23230F; }
a { background-color: rgb(35,35,15); }
div.DivClassName
{
background-color: #23230F;
}
.BgClassName
{
background-color: #23230F;
}
</style>
border-color css
<style>
span { border-color: #23230F; }
span { border-color: rgb(35,35,15); }
td.TdClassName
{
border-color: #23230F;
}
.TagClassName
{
border-color: #23230F;
}
</style>