Shades of Maire #2A271A
Tints of Maire #2A271A
RGB
CMYK
RGB Variations
Color information
#2A271A (or 0x2A271A) is known color: Maire. HEX triplet: 2A, 27 and 1A. RGB value is (42,39,26). Sum of RGB (Red+Green+Blue) = 42+39+26=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 42 - color contains mainly: red. Hex color #2A271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A271A is #D5D8E5. Grayscale: #262626. Windows color (decimal): -14014694 or 1713962. OLE color: 1713962.
HSL color Cylindrical-coordinate representation of color #2A271A: hue angle of 48.75º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A271A is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 39 | 26 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.84 |
| HSL | 48.75º | 0.24% | 0.13% | - |
| HSV(B) | 48.75º | 0.38% | 0.16% | - |
| XYZ | 1.87 | 2.02 | 1.27 | - |
| YUV | 38.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 26 | 0 | 0.07 | 0.38 | 0.84 | 48.75 | 0.24 | 0.13 |
| Hex | 2A | 27 | 1A | 0 | 7 | 26 | 54 | 31 | 18 | D |
| Octal | 52 | 47 | 32 | 0 | 7 | 46 | 124 | 61 | 30 | 15 |
| Binary | 101010 | 100111 | 11010 | 0 | 111 | 100110 | 1010100 | 110001 | 11000 | 1101 |
Color Harmonies of #2A271A
Complementary color
Monochromatic Colors of #2A271A
Black with #2A271A
Text Example
Text Example
White with #2A271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A271A; }
p { color: rgb(42,39,26); }
H1.HeaderClassName
{
color: #2A271A;
}
.AnyTagClassName
{
color: #2A271A;
}
</style>
background-color css
<style>
a { background-color: #2A271A; }
a { background-color: rgb(42,39,26); }
div.DivClassName
{
background-color: #2A271A;
}
.BgClassName
{
background-color: #2A271A;
}
</style>
border-color css
<style>
span { border-color: #2A271A; }
span { border-color: rgb(42,39,26); }
td.TdClassName
{
border-color: #2A271A;
}
.TagClassName
{
border-color: #2A271A;
}
</style>