Shades of Maire #2F2B1A
Tints of Maire #2F2B1A
RGB
CMYK
RGB Variations
Color information
#2F2B1A (or 0x2F2B1A) is known color: Maire. HEX triplet: 2F, 2B and 1A. RGB value is (47,43,26). Sum of RGB (Red+Green+Blue) = 47+43+26=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2B1A is #D0D4E5. Grayscale: #2A2A2A. Windows color (decimal): -13685990 or 1714991. OLE color: 1714991.
HSL color Cylindrical-coordinate representation of color #2F2B1A: hue angle of 48.57º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F2B1A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 43 | 26 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.82 |
| HSL | 48.57º | 0.29% | 0.14% | - |
| HSV(B) | 48.57º | 0.45% | 0.18% | - |
| XYZ | 2.22 | 2.41 | 1.32 | - |
| YUV | 42.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 43 | 26 | 0 | 0.09 | 0.45 | 0.82 | 48.57 | 0.29 | 0.14 |
| Hex | 2F | 2B | 1A | 0 | 9 | 2D | 52 | 31 | 1D | E |
| Octal | 57 | 53 | 32 | 0 | 11 | 55 | 122 | 61 | 35 | 16 |
| Binary | 101111 | 101011 | 11010 | 0 | 1001 | 101101 | 1010010 | 110001 | 11101 | 1110 |
Color Harmonies of #2F2B1A
Complementary color
Monochromatic Colors of #2F2B1A
Black with #2F2B1A
Text Example
Text Example
White with #2F2B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2B1A; }
p { color: rgb(47,43,26); }
H1.HeaderClassName
{
color: #2F2B1A;
}
.AnyTagClassName
{
color: #2F2B1A;
}
</style>
background-color css
<style>
a { background-color: #2F2B1A; }
a { background-color: rgb(47,43,26); }
div.DivClassName
{
background-color: #2F2B1A;
}
.BgClassName
{
background-color: #2F2B1A;
}
</style>
border-color css
<style>
span { border-color: #2F2B1A; }
span { border-color: rgb(47,43,26); }
td.TdClassName
{
border-color: #2F2B1A;
}
.TagClassName
{
border-color: #2F2B1A;
}
</style>