Shades of Maire #231F14
Tints of Maire #231F14
RGB
CMYK
RGB Variations
Color information
#231F14 (or 0x231F14) is known color: Maire. HEX triplet: 23, 1F and 14. RGB value is (35,31,20). Sum of RGB (Red+Green+Blue) = 35+31+20=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 35 - color contains mainly: red. Hex color #231F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F14 is #DCE0EB. Grayscale: #1E1E1E. Windows color (decimal): -14475500 or 1318691. OLE color: 1318691.
HSL color Cylindrical-coordinate representation of color #231F14: hue angle of 44º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #231F14 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 31 | 20 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.86 |
| HSL | 44º | 0.27% | 0.11% | - |
| HSV(B) | 44º | 0.43% | 0.14% | - |
| XYZ | 1.31 | 1.39 | 0.86 | - |
| YUV | 30.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 20 | 0 | 0.11 | 0.43 | 0.86 | 44 | 0.27 | 0.11 |
| Hex | 23 | 1F | 14 | 0 | B | 2B | 56 | 2C | 1B | B |
| Octal | 43 | 37 | 24 | 0 | 13 | 53 | 126 | 54 | 33 | 13 |
| Binary | 100011 | 11111 | 10100 | 0 | 1011 | 101011 | 1010110 | 101100 | 11011 | 1011 |
Color Harmonies of #231F14
Complementary color
Monochromatic Colors of #231F14
Black with #231F14
Text Example
Text Example
White with #231F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F14; }
p { color: rgb(35,31,20); }
H1.HeaderClassName
{
color: #231F14;
}
.AnyTagClassName
{
color: #231F14;
}
</style>
background-color css
<style>
a { background-color: #231F14; }
a { background-color: rgb(35,31,20); }
div.DivClassName
{
background-color: #231F14;
}
.BgClassName
{
background-color: #231F14;
}
</style>
border-color css
<style>
span { border-color: #231F14; }
span { border-color: rgb(35,31,20); }
td.TdClassName
{
border-color: #231F14;
}
.TagClassName
{
border-color: #231F14;
}
</style>