Shades of Maire #2F2400
Tints of Maire #2F2400
RGB
CMYK
RGB Variations
Color information
#2F2400 (or 0x2F2400) is known color: Maire. HEX triplet: 2F, 24 and 00. RGB value is (47,36,0). Sum of RGB (Red+Green+Blue) = 47+36+0=83 (10% of max value = 765). Red value is 47 (18.75% from 255 or 56.63% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2400 is #D0DBFF. Grayscale: #232323. Windows color (decimal): -13687808 or 9263. OLE color: 9263.
HSL color Cylindrical-coordinate representation of color #2F2400: hue angle of 45.96º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F2400 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 36 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.82 |
| HSL | 45.96º | 1% | 0.09% | - |
| HSV(B) | 45.96º | 1% | 0.18% | - |
| XYZ | 1.8 | 1.87 | 0.27 | - |
| YUV | 35.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 0 | 0 | 0.23 | 1 | 0.82 | 45.96 | 1 | 0.09 |
| Hex | 2F | 24 | 0 | 0 | 17 | 64 | 52 | 2E | 64 | 9 |
| Octal | 57 | 44 | 0 | 0 | 27 | 144 | 122 | 56 | 144 | 11 |
| Binary | 101111 | 100100 | 0 | 0 | 10111 | 1100100 | 1010010 | 101110 | 1100100 | 1001 |
Color Harmonies of #2F2400
Complementary color
Monochromatic Colors of #2F2400
Black with #2F2400
Text Example
Text Example
White with #2F2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2400; }
p { color: rgb(47,36,0); }
H1.HeaderClassName
{
color: #2F2400;
}
.AnyTagClassName
{
color: #2F2400;
}
</style>
background-color css
<style>
a { background-color: #2F2400; }
a { background-color: rgb(47,36,0); }
div.DivClassName
{
background-color: #2F2400;
}
.BgClassName
{
background-color: #2F2400;
}
</style>
border-color css
<style>
span { border-color: #2F2400; }
span { border-color: rgb(47,36,0); }
td.TdClassName
{
border-color: #2F2400;
}
.TagClassName
{
border-color: #2F2400;
}
</style>