Shades of Maire #2F2D0B
Tints of Maire #2F2D0B
RGB
CMYK
RGB Variations
Color information
#2F2D0B (or 0x2F2D0B) is known color: Maire. HEX triplet: 2F, 2D and 0B. RGB value is (47,45,11). Sum of RGB (Red+Green+Blue) = 47+45+11=103 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.63% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2D0B is #D0D2F4. Grayscale: #292929. Windows color (decimal): -13685493 or 732463. OLE color: 732463.
HSL color Cylindrical-coordinate representation of color #2F2D0B: hue angle of 56.67º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F2D0B is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 45 | 11 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.82 |
| HSL | 56.67º | 0.62% | 0.11% | - |
| HSV(B) | 56.67º | 0.77% | 0.18% | - |
| XYZ | 2.17 | 2.51 | 0.69 | - |
| YUV | 41.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 11 | 0 | 0.04 | 0.77 | 0.82 | 56.67 | 0.62 | 0.11 |
| Hex | 2F | 2D | B | 0 | 4 | 4D | 52 | 39 | 3E | B |
| Octal | 57 | 55 | 13 | 0 | 4 | 115 | 122 | 71 | 76 | 13 |
| Binary | 101111 | 101101 | 1011 | 0 | 100 | 1001101 | 1010010 | 111001 | 111110 | 1011 |
Color Harmonies of #2F2D0B
Complementary color
Monochromatic Colors of #2F2D0B
Black with #2F2D0B
Text Example
Text Example
White with #2F2D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D0B; }
p { color: rgb(47,45,11); }
H1.HeaderClassName
{
color: #2F2D0B;
}
.AnyTagClassName
{
color: #2F2D0B;
}
</style>
background-color css
<style>
a { background-color: #2F2D0B; }
a { background-color: rgb(47,45,11); }
div.DivClassName
{
background-color: #2F2D0B;
}
.BgClassName
{
background-color: #2F2D0B;
}
</style>
border-color css
<style>
span { border-color: #2F2D0B; }
span { border-color: rgb(47,45,11); }
td.TdClassName
{
border-color: #2F2D0B;
}
.TagClassName
{
border-color: #2F2D0B;
}
</style>