Shades of Maire #2A240D
Tints of Maire #2A240D
RGB
CMYK
RGB Variations
Color information
#2A240D (or 0x2A240D) is known color: Maire. HEX triplet: 2A, 24 and 0D. RGB value is (42,36,13). Sum of RGB (Red+Green+Blue) = 42+36+13=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 42 - color contains mainly: red. Hex color #2A240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A240D is #D5DBF2. Grayscale: #232323. Windows color (decimal): -14015475 or 861226. OLE color: 861226.
HSL color Cylindrical-coordinate representation of color #2A240D: hue angle of 47.59º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A240D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 36 | 13 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.84 |
| HSL | 47.59º | 0.53% | 0.11% | - |
| HSV(B) | 47.59º | 0.69% | 0.16% | - |
| XYZ | 1.66 | 1.78 | 0.64 | - |
| YUV | 35.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 13 | 0 | 0.14 | 0.69 | 0.84 | 47.59 | 0.53 | 0.11 |
| Hex | 2A | 24 | D | 0 | E | 45 | 54 | 30 | 35 | B |
| Octal | 52 | 44 | 15 | 0 | 16 | 105 | 124 | 60 | 65 | 13 |
| Binary | 101010 | 100100 | 1101 | 0 | 1110 | 1000101 | 1010100 | 110000 | 110101 | 1011 |
Color Harmonies of #2A240D
Complementary color
Monochromatic Colors of #2A240D
Black with #2A240D
Text Example
Text Example
White with #2A240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A240D; }
p { color: rgb(42,36,13); }
H1.HeaderClassName
{
color: #2A240D;
}
.AnyTagClassName
{
color: #2A240D;
}
</style>
background-color css
<style>
a { background-color: #2A240D; }
a { background-color: rgb(42,36,13); }
div.DivClassName
{
background-color: #2A240D;
}
.BgClassName
{
background-color: #2A240D;
}
</style>
border-color css
<style>
span { border-color: #2A240D; }
span { border-color: rgb(42,36,13); }
td.TdClassName
{
border-color: #2A240D;
}
.TagClassName
{
border-color: #2A240D;
}
</style>