Shades of Maire #2B2713
Tints of Maire #2B2713
RGB
CMYK
RGB Variations
Color information
#2B2713 (or 0x2B2713) is known color: Maire. HEX triplet: 2B, 27 and 13. RGB value is (43,39,19). Sum of RGB (Red+Green+Blue) = 43+39+19=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2713 is #D4D8EC. Grayscale: #262626. Windows color (decimal): -13949165 or 1255211. OLE color: 1255211.
HSL color Cylindrical-coordinate representation of color #2B2713: hue angle of 50º 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 #2B2713 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 39 | 19 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.83 |
| HSL | 50º | 0.39% | 0.12% | - |
| HSV(B) | 50º | 0.56% | 0.17% | - |
| XYZ | 1.84 | 2.01 | 0.91 | - |
| YUV | 37.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 19 | 0 | 0.09 | 0.56 | 0.83 | 50 | 0.39 | 0.12 |
| Hex | 2B | 27 | 13 | 0 | 9 | 38 | 53 | 32 | 27 | C |
| Octal | 53 | 47 | 23 | 0 | 11 | 70 | 123 | 62 | 47 | 14 |
| Binary | 101011 | 100111 | 10011 | 0 | 1001 | 111000 | 1010011 | 110010 | 100111 | 1100 |
Color Harmonies of #2B2713
Complementary color
Monochromatic Colors of #2B2713
Black with #2B2713
Text Example
Text Example
White with #2B2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2713; }
p { color: rgb(43,39,19); }
H1.HeaderClassName
{
color: #2B2713;
}
.AnyTagClassName
{
color: #2B2713;
}
</style>
background-color css
<style>
a { background-color: #2B2713; }
a { background-color: rgb(43,39,19); }
div.DivClassName
{
background-color: #2B2713;
}
.BgClassName
{
background-color: #2B2713;
}
</style>
border-color css
<style>
span { border-color: #2B2713; }
span { border-color: rgb(43,39,19); }
td.TdClassName
{
border-color: #2B2713;
}
.TagClassName
{
border-color: #2B2713;
}
</style>