Shades of Maire #2B2509
Tints of Maire #2B2509
RGB
CMYK
RGB Variations
Color information
#2B2509 (or 0x2B2509) is known color: Maire. HEX triplet: 2B, 25 and 09. RGB value is (43,37,9). Sum of RGB (Red+Green+Blue) = 43+37+9=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2509 is #D4DAF6. Grayscale: #232323. Windows color (decimal): -13949687 or 599339. OLE color: 599339.
HSL color Cylindrical-coordinate representation of color #2B2509: hue angle of 49.41º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B2509 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 37 | 9 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.83 |
| HSL | 49.41º | 0.65% | 0.1% | - |
| HSV(B) | 49.41º | 0.79% | 0.17% | - |
| XYZ | 1.71 | 1.86 | 0.53 | - |
| YUV | 35.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 9 | 0 | 0.14 | 0.79 | 0.83 | 49.41 | 0.65 | 0.1 |
| Hex | 2B | 25 | 9 | 0 | E | 4F | 53 | 31 | 41 | A |
| Octal | 53 | 45 | 11 | 0 | 16 | 117 | 123 | 61 | 101 | 12 |
| Binary | 101011 | 100101 | 1001 | 0 | 1110 | 1001111 | 1010011 | 110001 | 1000001 | 1010 |
Color Harmonies of #2B2509
Complementary color
Monochromatic Colors of #2B2509
Black with #2B2509
Text Example
Text Example
White with #2B2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2509; }
p { color: rgb(43,37,9); }
H1.HeaderClassName
{
color: #2B2509;
}
.AnyTagClassName
{
color: #2B2509;
}
</style>
background-color css
<style>
a { background-color: #2B2509; }
a { background-color: rgb(43,37,9); }
div.DivClassName
{
background-color: #2B2509;
}
.BgClassName
{
background-color: #2B2509;
}
</style>
border-color css
<style>
span { border-color: #2B2509; }
span { border-color: rgb(43,37,9); }
td.TdClassName
{
border-color: #2B2509;
}
.TagClassName
{
border-color: #2B2509;
}
</style>