Shades of Maire #2A271F
Tints of Maire #2A271F
RGB
CMYK
RGB Variations
Color information
#2A271F (or 0x2A271F) is known color: Maire. HEX triplet: 2A, 27 and 1F. RGB value is (42,39,31). Sum of RGB (Red+Green+Blue) = 42+39+31=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 42 - color contains mainly: red. Hex color #2A271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A271F is #D5D8E0. Grayscale: #272727. Windows color (decimal): -14014689 or 2041642. OLE color: 2041642.
HSL color Cylindrical-coordinate representation of color #2A271F: hue angle of 43.64º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2A271F is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 39 | 31 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.84 |
| HSL | 43.64º | 0.15% | 0.14% | - |
| HSV(B) | 43.64º | 0.26% | 0.16% | - |
| XYZ | 1.93 | 2.04 | 1.59 | - |
| YUV | 38.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 31 | 0 | 0.07 | 0.26 | 0.84 | 43.64 | 0.15 | 0.14 |
| Hex | 2A | 27 | 1F | 0 | 7 | 1A | 54 | 2C | F | E |
| Octal | 52 | 47 | 37 | 0 | 7 | 32 | 124 | 54 | 17 | 16 |
| Binary | 101010 | 100111 | 11111 | 0 | 111 | 11010 | 1010100 | 101100 | 1111 | 1110 |
Color Harmonies of #2A271F
Complementary color
Monochromatic Colors of #2A271F
Black with #2A271F
Text Example
Text Example
White with #2A271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A271F; }
p { color: rgb(42,39,31); }
H1.HeaderClassName
{
color: #2A271F;
}
.AnyTagClassName
{
color: #2A271F;
}
</style>
background-color css
<style>
a { background-color: #2A271F; }
a { background-color: rgb(42,39,31); }
div.DivClassName
{
background-color: #2A271F;
}
.BgClassName
{
background-color: #2A271F;
}
</style>
border-color css
<style>
span { border-color: #2A271F; }
span { border-color: rgb(42,39,31); }
td.TdClassName
{
border-color: #2A271F;
}
.TagClassName
{
border-color: #2A271F;
}
</style>