Shades of Maire #231F13
Tints of Maire #231F13
RGB
CMYK
RGB Variations
Color information
#231F13 (or 0x231F13) is known color: Maire. HEX triplet: 23, 1F and 13. RGB value is (35,31,19). Sum of RGB (Red+Green+Blue) = 35+31+19=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #231F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F13 is #DCE0EC. Grayscale: #1E1E1E. Windows color (decimal): -14475501 or 1253155. OLE color: 1253155.
HSL color Cylindrical-coordinate representation of color #231F13: hue angle of 45º 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 #231F13 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 31 | 19 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.86 |
| HSL | 45º | 0.3% | 0.11% | - |
| HSV(B) | 45º | 0.46% | 0.14% | - |
| XYZ | 1.3 | 1.38 | 0.81 | - |
| YUV | 30.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 19 | 0 | 0.11 | 0.46 | 0.86 | 45 | 0.3 | 0.11 |
| Hex | 23 | 1F | 13 | 0 | B | 2E | 56 | 2D | 1E | B |
| Octal | 43 | 37 | 23 | 0 | 13 | 56 | 126 | 55 | 36 | 13 |
| Binary | 100011 | 11111 | 10011 | 0 | 1011 | 101110 | 1010110 | 101101 | 11110 | 1011 |
Color Harmonies of #231F13
Complementary color
Monochromatic Colors of #231F13
Black with #231F13
Text Example
Text Example
White with #231F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F13; }
p { color: rgb(35,31,19); }
H1.HeaderClassName
{
color: #231F13;
}
.AnyTagClassName
{
color: #231F13;
}
</style>
background-color css
<style>
a { background-color: #231F13; }
a { background-color: rgb(35,31,19); }
div.DivClassName
{
background-color: #231F13;
}
.BgClassName
{
background-color: #231F13;
}
</style>
border-color css
<style>
span { border-color: #231F13; }
span { border-color: rgb(35,31,19); }
td.TdClassName
{
border-color: #231F13;
}
.TagClassName
{
border-color: #231F13;
}
</style>