Shades of Maire #2B240A
Tints of Maire #2B240A
RGB
CMYK
RGB Variations
Color information
#2B240A (or 0x2B240A) is known color: Maire. HEX triplet: 2B, 24 and 0A. RGB value is (43,36,10). Sum of RGB (Red+Green+Blue) = 43+36+10=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 43 - color contains mainly: red. Hex color #2B240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B240A is #D4DBF5. Grayscale: #232323. Windows color (decimal): -13949942 or 664619. OLE color: 664619.
HSL color Cylindrical-coordinate representation of color #2B240A: hue angle of 47.27º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B240A is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 36 | 10 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.83 |
| HSL | 47.27º | 0.62% | 0.1% | - |
| HSV(B) | 47.27º | 0.77% | 0.17% | - |
| XYZ | 1.68 | 1.8 | 0.55 | - |
| YUV | 35.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 10 | 0 | 0.16 | 0.77 | 0.83 | 47.27 | 0.62 | 0.1 |
| Hex | 2B | 24 | A | 0 | 10 | 4D | 53 | 2F | 3E | A |
| Octal | 53 | 44 | 12 | 0 | 20 | 115 | 123 | 57 | 76 | 12 |
| Binary | 101011 | 100100 | 1010 | 0 | 10000 | 1001101 | 1010011 | 101111 | 111110 | 1010 |
Color Harmonies of #2B240A
Complementary color
Monochromatic Colors of #2B240A
Black with #2B240A
Text Example
Text Example
White with #2B240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B240A; }
p { color: rgb(43,36,10); }
H1.HeaderClassName
{
color: #2B240A;
}
.AnyTagClassName
{
color: #2B240A;
}
</style>
background-color css
<style>
a { background-color: #2B240A; }
a { background-color: rgb(43,36,10); }
div.DivClassName
{
background-color: #2B240A;
}
.BgClassName
{
background-color: #2B240A;
}
</style>
border-color css
<style>
span { border-color: #2B240A; }
span { border-color: rgb(43,36,10); }
td.TdClassName
{
border-color: #2B240A;
}
.TagClassName
{
border-color: #2B240A;
}
</style>