Shades of Maire #2B2710
Tints of Maire #2B2710
RGB
CMYK
RGB Variations
Color information
#2B2710 (or 0x2B2710) is known color: Maire. HEX triplet: 2B, 27 and 10. RGB value is (43,39,16). Sum of RGB (Red+Green+Blue) = 43+39+16=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2710 is #D4D8EF. Grayscale: #252525. Windows color (decimal): -13949168 or 1058603. OLE color: 1058603.
HSL color Cylindrical-coordinate representation of color #2B2710: hue angle of 51.11º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B2710 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 39 | 16 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.83 |
| HSL | 51.11º | 0.46% | 0.12% | - |
| HSV(B) | 51.11º | 0.63% | 0.17% | - |
| XYZ | 1.82 | 2 | 0.78 | - |
| YUV | 37.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 16 | 0 | 0.09 | 0.63 | 0.83 | 51.11 | 0.46 | 0.12 |
| Hex | 2B | 27 | 10 | 0 | 9 | 3F | 53 | 33 | 2E | C |
| Octal | 53 | 47 | 20 | 0 | 11 | 77 | 123 | 63 | 56 | 14 |
| Binary | 101011 | 100111 | 10000 | 0 | 1001 | 111111 | 1010011 | 110011 | 101110 | 1100 |
Color Harmonies of #2B2710
Complementary color
Monochromatic Colors of #2B2710
Black with #2B2710
Text Example
Text Example
White with #2B2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2710; }
p { color: rgb(43,39,16); }
H1.HeaderClassName
{
color: #2B2710;
}
.AnyTagClassName
{
color: #2B2710;
}
</style>
background-color css
<style>
a { background-color: #2B2710; }
a { background-color: rgb(43,39,16); }
div.DivClassName
{
background-color: #2B2710;
}
.BgClassName
{
background-color: #2B2710;
}
</style>
border-color css
<style>
span { border-color: #2B2710; }
span { border-color: rgb(43,39,16); }
td.TdClassName
{
border-color: #2B2710;
}
.TagClassName
{
border-color: #2B2710;
}
</style>