Shades of Maire #2F2D23
Tints of Maire #2F2D23
RGB
CMYK
RGB Variations
Color information
#2F2D23 (or 0x2F2D23) is known color: Maire. HEX triplet: 2F, 2D and 23. RGB value is (47,45,35). Sum of RGB (Red+Green+Blue) = 47+45+35=127 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.01% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2D23 is #D0D2DC. Grayscale: #2C2C2C. Windows color (decimal): -13685469 or 2305327. OLE color: 2305327.
HSL color Cylindrical-coordinate representation of color #2F2D23: hue angle of 50º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2F2D23 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 45 | 35 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.82 |
| HSL | 50º | 0.15% | 0.16% | - |
| HSV(B) | 50º | 0.26% | 0.18% | - |
| XYZ | 2.41 | 2.6 | 1.97 | - |
| YUV | 44.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 45 | 35 | 0 | 0.04 | 0.26 | 0.82 | 50 | 0.15 | 0.16 |
| Hex | 2F | 2D | 23 | 0 | 4 | 1A | 52 | 32 | F | 10 |
| Octal | 57 | 55 | 43 | 0 | 4 | 32 | 122 | 62 | 17 | 20 |
| Binary | 101111 | 101101 | 100011 | 0 | 100 | 11010 | 1010010 | 110010 | 1111 | 10000 |
Color Harmonies of #2F2D23
Complementary color
Monochromatic Colors of #2F2D23
Black with #2F2D23
Text Example
Text Example
White with #2F2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2D23; }
p { color: rgb(47,45,35); }
H1.HeaderClassName
{
color: #2F2D23;
}
.AnyTagClassName
{
color: #2F2D23;
}
</style>
background-color css
<style>
a { background-color: #2F2D23; }
a { background-color: rgb(47,45,35); }
div.DivClassName
{
background-color: #2F2D23;
}
.BgClassName
{
background-color: #2F2D23;
}
</style>
border-color css
<style>
span { border-color: #2F2D23; }
span { border-color: rgb(47,45,35); }
td.TdClassName
{
border-color: #2F2D23;
}
.TagClassName
{
border-color: #2F2D23;
}
</style>