Shades of Maire #2F2810
Tints of Maire #2F2810
RGB
CMYK
RGB Variations
Color information
#2F2810 (or 0x2F2810) is known color: Maire. HEX triplet: 2F, 28 and 10. RGB value is (47,40,16). Sum of RGB (Red+Green+Blue) = 47+40+16=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2810 is #D0D7EF. Grayscale: #272727. Windows color (decimal): -13686768 or 1058863. OLE color: 1058863.
HSL color Cylindrical-coordinate representation of color #2F2810: hue angle of 46.45º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F2810 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 40 | 16 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.82 |
| HSL | 46.45º | 0.49% | 0.12% | - |
| HSV(B) | 46.45º | 0.66% | 0.18% | - |
| XYZ | 2.02 | 2.16 | 0.8 | - |
| YUV | 39.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 16 | 0 | 0.15 | 0.66 | 0.82 | 46.45 | 0.49 | 0.12 |
| Hex | 2F | 28 | 10 | 0 | F | 42 | 52 | 2E | 31 | C |
| Octal | 57 | 50 | 20 | 0 | 17 | 102 | 122 | 56 | 61 | 14 |
| Binary | 101111 | 101000 | 10000 | 0 | 1111 | 1000010 | 1010010 | 101110 | 110001 | 1100 |
Color Harmonies of #2F2810
Complementary color
Monochromatic Colors of #2F2810
Black with #2F2810
Text Example
Text Example
White with #2F2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2810; }
p { color: rgb(47,40,16); }
H1.HeaderClassName
{
color: #2F2810;
}
.AnyTagClassName
{
color: #2F2810;
}
</style>
background-color css
<style>
a { background-color: #2F2810; }
a { background-color: rgb(47,40,16); }
div.DivClassName
{
background-color: #2F2810;
}
.BgClassName
{
background-color: #2F2810;
}
</style>
border-color css
<style>
span { border-color: #2F2810; }
span { border-color: rgb(47,40,16); }
td.TdClassName
{
border-color: #2F2810;
}
.TagClassName
{
border-color: #2F2810;
}
</style>