Shades of Maire #2A271B
Tints of Maire #2A271B
RGB
CMYK
RGB Variations
Color information
#2A271B (or 0x2A271B) is known color: Maire. HEX triplet: 2A, 27 and 1B. RGB value is (42,39,27). Sum of RGB (Red+Green+Blue) = 42+39+27=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 42 - color contains mainly: red. Hex color #2A271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A271B is #D5D8E4. Grayscale: #262626. Windows color (decimal): -14014693 or 1779498. OLE color: 1779498.
HSL color Cylindrical-coordinate representation of color #2A271B: hue angle of 48º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A271B is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 39 | 27 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.84 |
| HSL | 48º | 0.22% | 0.14% | - |
| HSV(B) | 48º | 0.36% | 0.16% | - |
| XYZ | 1.88 | 2.02 | 1.33 | - |
| YUV | 38.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 27 | 0 | 0.07 | 0.36 | 0.84 | 48 | 0.22 | 0.14 |
| Hex | 2A | 27 | 1B | 0 | 7 | 24 | 54 | 30 | 16 | E |
| Octal | 52 | 47 | 33 | 0 | 7 | 44 | 124 | 60 | 26 | 16 |
| Binary | 101010 | 100111 | 11011 | 0 | 111 | 100100 | 1010100 | 110000 | 10110 | 1110 |
Color Harmonies of #2A271B
Complementary color
Monochromatic Colors of #2A271B
Black with #2A271B
Text Example
Text Example
White with #2A271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A271B; }
p { color: rgb(42,39,27); }
H1.HeaderClassName
{
color: #2A271B;
}
.AnyTagClassName
{
color: #2A271B;
}
</style>
background-color css
<style>
a { background-color: #2A271B; }
a { background-color: rgb(42,39,27); }
div.DivClassName
{
background-color: #2A271B;
}
.BgClassName
{
background-color: #2A271B;
}
</style>
border-color css
<style>
span { border-color: #2A271B; }
span { border-color: rgb(42,39,27); }
td.TdClassName
{
border-color: #2A271B;
}
.TagClassName
{
border-color: #2A271B;
}
</style>