Shades of Maire #2F260B
Tints of Maire #2F260B
RGB
CMYK
RGB Variations
Color information
#2F260B (or 0x2F260B) is known color: Maire. HEX triplet: 2F, 26 and 0B. RGB value is (47,38,11). Sum of RGB (Red+Green+Blue) = 47+38+11=96 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.96% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 47 - color contains mainly: red. Hex color #2F260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F260B is #D0D9F4. Grayscale: #252525. Windows color (decimal): -13687285 or 730671. OLE color: 730671.
HSL color Cylindrical-coordinate representation of color #2F260B: hue angle of 45º 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 #2F260B is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 38 | 11 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.82 |
| HSL | 45º | 0.62% | 0.11% | - |
| HSV(B) | 45º | 0.77% | 0.18% | - |
| XYZ | 1.93 | 2.01 | 0.6 | - |
| YUV | 37.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 11 | 0 | 0.19 | 0.77 | 0.82 | 45 | 0.62 | 0.11 |
| Hex | 2F | 26 | B | 0 | 13 | 4D | 52 | 2D | 3E | B |
| Octal | 57 | 46 | 13 | 0 | 23 | 115 | 122 | 55 | 76 | 13 |
| Binary | 101111 | 100110 | 1011 | 0 | 10011 | 1001101 | 1010010 | 101101 | 111110 | 1011 |
Color Harmonies of #2F260B
Complementary color
Monochromatic Colors of #2F260B
Black with #2F260B
Text Example
Text Example
White with #2F260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F260B; }
p { color: rgb(47,38,11); }
H1.HeaderClassName
{
color: #2F260B;
}
.AnyTagClassName
{
color: #2F260B;
}
</style>
background-color css
<style>
a { background-color: #2F260B; }
a { background-color: rgb(47,38,11); }
div.DivClassName
{
background-color: #2F260B;
}
.BgClassName
{
background-color: #2F260B;
}
</style>
border-color css
<style>
span { border-color: #2F260B; }
span { border-color: rgb(47,38,11); }
td.TdClassName
{
border-color: #2F260B;
}
.TagClassName
{
border-color: #2F260B;
}
</style>