Shades of Maire #2F260A
Tints of Maire #2F260A
RGB
CMYK
RGB Variations
Color information
#2F260A (or 0x2F260A) is known color: Maire. HEX triplet: 2F, 26 and 0A. RGB value is (47,38,10). Sum of RGB (Red+Green+Blue) = 47+38+10=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 47 - color contains mainly: red. Hex color #2F260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F260A is #D0D9F5. Grayscale: #252525. Windows color (decimal): -13687286 or 665135. OLE color: 665135.
HSL color Cylindrical-coordinate representation of color #2F260A: hue angle of 45.41º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F260A is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 38 | 10 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.82 |
| HSL | 45.41º | 0.65% | 0.11% | - |
| HSV(B) | 45.41º | 0.79% | 0.18% | - |
| XYZ | 1.92 | 2.01 | 0.57 | - |
| YUV | 37.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 10 | 0 | 0.19 | 0.79 | 0.82 | 45.41 | 0.65 | 0.11 |
| Hex | 2F | 26 | A | 0 | 13 | 4F | 52 | 2D | 41 | B |
| Octal | 57 | 46 | 12 | 0 | 23 | 117 | 122 | 55 | 101 | 13 |
| Binary | 101111 | 100110 | 1010 | 0 | 10011 | 1001111 | 1010010 | 101101 | 1000001 | 1011 |
Color Harmonies of #2F260A
Complementary color
Monochromatic Colors of #2F260A
Black with #2F260A
Text Example
Text Example
White with #2F260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F260A; }
p { color: rgb(47,38,10); }
H1.HeaderClassName
{
color: #2F260A;
}
.AnyTagClassName
{
color: #2F260A;
}
</style>
background-color css
<style>
a { background-color: #2F260A; }
a { background-color: rgb(47,38,10); }
div.DivClassName
{
background-color: #2F260A;
}
.BgClassName
{
background-color: #2F260A;
}
</style>
border-color css
<style>
span { border-color: #2F260A; }
span { border-color: rgb(47,38,10); }
td.TdClassName
{
border-color: #2F260A;
}
.TagClassName
{
border-color: #2F260A;
}
</style>