Shades of Maire #2B2613
Tints of Maire #2B2613
RGB
CMYK
RGB Variations
Color information
#2B2613 (or 0x2B2613) is known color: Maire. HEX triplet: 2B, 26 and 13. RGB value is (43,38,19). Sum of RGB (Red+Green+Blue) = 43+38+19=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2613 is #D4D9EC. Grayscale: #252525. Windows color (decimal): -13949421 or 1254955. OLE color: 1254955.
HSL color Cylindrical-coordinate representation of color #2B2613: hue angle of 47.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B2613 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 19 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.83 |
| HSL | 47.5º | 0.39% | 0.12% | - |
| HSV(B) | 47.5º | 0.56% | 0.17% | - |
| XYZ | 1.81 | 1.95 | 0.9 | - |
| YUV | 37.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 19 | 0 | 0.12 | 0.56 | 0.83 | 47.5 | 0.39 | 0.12 |
| Hex | 2B | 26 | 13 | 0 | C | 38 | 53 | 30 | 27 | C |
| Octal | 53 | 46 | 23 | 0 | 14 | 70 | 123 | 60 | 47 | 14 |
| Binary | 101011 | 100110 | 10011 | 0 | 1100 | 111000 | 1010011 | 110000 | 100111 | 1100 |
Color Harmonies of #2B2613
Complementary color
Monochromatic Colors of #2B2613
Black with #2B2613
Text Example
Text Example
White with #2B2613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2613; }
p { color: rgb(43,38,19); }
H1.HeaderClassName
{
color: #2B2613;
}
.AnyTagClassName
{
color: #2B2613;
}
</style>
background-color css
<style>
a { background-color: #2B2613; }
a { background-color: rgb(43,38,19); }
div.DivClassName
{
background-color: #2B2613;
}
.BgClassName
{
background-color: #2B2613;
}
</style>
border-color css
<style>
span { border-color: #2B2613; }
span { border-color: rgb(43,38,19); }
td.TdClassName
{
border-color: #2B2613;
}
.TagClassName
{
border-color: #2B2613;
}
</style>