Shades of Maire #2F2B10
Tints of Maire #2F2B10
RGB
CMYK
RGB Variations
Color information
#2F2B10 (or 0x2F2B10) is known color: Maire. HEX triplet: 2F, 2B and 10. RGB value is (47,43,16). Sum of RGB (Red+Green+Blue) = 47+43+16=106 (14% of max value = 765). Red value is 47 (18.75% from 255 or 44.34% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2B10 is #D0D4EF. Grayscale: #292929. Windows color (decimal): -13686000 or 1059631. OLE color: 1059631.
HSL color Cylindrical-coordinate representation of color #2F2B10: hue angle of 52.26º 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 #2F2B10 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 43 | 16 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.82 |
| HSL | 52.26º | 0.49% | 0.12% | - |
| HSV(B) | 52.26º | 0.66% | 0.18% | - |
| XYZ | 2.13 | 2.37 | 0.84 | - |
| YUV | 41.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 43 | 16 | 0 | 0.09 | 0.66 | 0.82 | 52.26 | 0.49 | 0.12 |
| Hex | 2F | 2B | 10 | 0 | 9 | 42 | 52 | 34 | 31 | C |
| Octal | 57 | 53 | 20 | 0 | 11 | 102 | 122 | 64 | 61 | 14 |
| Binary | 101111 | 101011 | 10000 | 0 | 1001 | 1000010 | 1010010 | 110100 | 110001 | 1100 |
Color Harmonies of #2F2B10
Complementary color
Monochromatic Colors of #2F2B10
Black with #2F2B10
Text Example
Text Example
White with #2F2B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2B10; }
p { color: rgb(47,43,16); }
H1.HeaderClassName
{
color: #2F2B10;
}
.AnyTagClassName
{
color: #2F2B10;
}
</style>
background-color css
<style>
a { background-color: #2F2B10; }
a { background-color: rgb(47,43,16); }
div.DivClassName
{
background-color: #2F2B10;
}
.BgClassName
{
background-color: #2F2B10;
}
</style>
border-color css
<style>
span { border-color: #2F2B10; }
span { border-color: rgb(47,43,16); }
td.TdClassName
{
border-color: #2F2B10;
}
.TagClassName
{
border-color: #2F2B10;
}
</style>