Shades of Maire #231F0D
Tints of Maire #231F0D
RGB
CMYK
RGB Variations
Color information
#231F0D (or 0x231F0D) is known color: Maire. HEX triplet: 23, 1F and 0D. RGB value is (35,31,13). Sum of RGB (Red+Green+Blue) = 35+31+13=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #231F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F0D is #DCE0F2. Grayscale: #1E1E1E. Windows color (decimal): -14475507 or 859939. OLE color: 859939.
HSL color Cylindrical-coordinate representation of color #231F0D: hue angle of 49.09º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #231F0D is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 31 | 13 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.86 |
| HSL | 49.09º | 0.46% | 0.09% | - |
| HSV(B) | 49.09º | 0.63% | 0.14% | - |
| XYZ | 1.26 | 1.37 | 0.58 | - |
| YUV | 30.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 13 | 0 | 0.11 | 0.63 | 0.86 | 49.09 | 0.46 | 0.09 |
| Hex | 23 | 1F | D | 0 | B | 3F | 56 | 31 | 2E | 9 |
| Octal | 43 | 37 | 15 | 0 | 13 | 77 | 126 | 61 | 56 | 11 |
| Binary | 100011 | 11111 | 1101 | 0 | 1011 | 111111 | 1010110 | 110001 | 101110 | 1001 |
Color Harmonies of #231F0D
Complementary color
Monochromatic Colors of #231F0D
Black with #231F0D
Text Example
Text Example
White with #231F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F0D; }
p { color: rgb(35,31,13); }
H1.HeaderClassName
{
color: #231F0D;
}
.AnyTagClassName
{
color: #231F0D;
}
</style>
background-color css
<style>
a { background-color: #231F0D; }
a { background-color: rgb(35,31,13); }
div.DivClassName
{
background-color: #231F0D;
}
.BgClassName
{
background-color: #231F0D;
}
</style>
border-color css
<style>
span { border-color: #231F0D; }
span { border-color: rgb(35,31,13); }
td.TdClassName
{
border-color: #231F0D;
}
.TagClassName
{
border-color: #231F0D;
}
</style>