Shades of Maire #2F2809
Tints of Maire #2F2809
RGB
CMYK
RGB Variations
Color information
#2F2809 (or 0x2F2809) is known color: Maire. HEX triplet: 2F, 28 and 09. RGB value is (47,40,9). Sum of RGB (Red+Green+Blue) = 47+40+9=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2809 is #D0D7F6. Grayscale: #262626. Windows color (decimal): -13686775 or 600111. OLE color: 600111.
HSL color Cylindrical-coordinate representation of color #2F2809: hue angle of 48.95º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F2809 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 40 | 9 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.82 |
| HSL | 48.95º | 0.68% | 0.11% | - |
| HSV(B) | 48.95º | 0.81% | 0.18% | - |
| XYZ | 1.98 | 2.14 | 0.57 | - |
| YUV | 38.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 9 | 0 | 0.15 | 0.81 | 0.82 | 48.95 | 0.68 | 0.11 |
| Hex | 2F | 28 | 9 | 0 | F | 51 | 52 | 31 | 44 | B |
| Octal | 57 | 50 | 11 | 0 | 17 | 121 | 122 | 61 | 104 | 13 |
| Binary | 101111 | 101000 | 1001 | 0 | 1111 | 1010001 | 1010010 | 110001 | 1000100 | 1011 |
Color Harmonies of #2F2809
Complementary color
Monochromatic Colors of #2F2809
Black with #2F2809
Text Example
Text Example
White with #2F2809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2809; }
p { color: rgb(47,40,9); }
H1.HeaderClassName
{
color: #2F2809;
}
.AnyTagClassName
{
color: #2F2809;
}
</style>
background-color css
<style>
a { background-color: #2F2809; }
a { background-color: rgb(47,40,9); }
div.DivClassName
{
background-color: #2F2809;
}
.BgClassName
{
background-color: #2F2809;
}
</style>
border-color css
<style>
span { border-color: #2F2809; }
span { border-color: rgb(47,40,9); }
td.TdClassName
{
border-color: #2F2809;
}
.TagClassName
{
border-color: #2F2809;
}
</style>