Shades of Maire #2B270B
Tints of Maire #2B270B
RGB
CMYK
RGB Variations
Color information
#2B270B (or 0x2B270B) is known color: Maire. HEX triplet: 2B, 27 and 0B. RGB value is (43,39,11). Sum of RGB (Red+Green+Blue) = 43+39+11=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B270B is #D4D8F4. Grayscale: #252525. Windows color (decimal): -13949173 or 730923. OLE color: 730923.
HSL color Cylindrical-coordinate representation of color #2B270B: hue angle of 52.5º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B270B is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 39 | 11 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.83 |
| HSL | 52.5º | 0.59% | 0.11% | - |
| HSV(B) | 52.5º | 0.74% | 0.17% | - |
| XYZ | 1.78 | 1.99 | 0.61 | - |
| YUV | 37 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 11 | 0 | 0.09 | 0.74 | 0.83 | 52.5 | 0.59 | 0.11 |
| Hex | 2B | 27 | B | 0 | 9 | 4A | 53 | 34 | 3B | B |
| Octal | 53 | 47 | 13 | 0 | 11 | 112 | 123 | 64 | 73 | 13 |
| Binary | 101011 | 100111 | 1011 | 0 | 1001 | 1001010 | 1010011 | 110100 | 111011 | 1011 |
Color Harmonies of #2B270B
Complementary color
Monochromatic Colors of #2B270B
Black with #2B270B
Text Example
Text Example
White with #2B270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B270B; }
p { color: rgb(43,39,11); }
H1.HeaderClassName
{
color: #2B270B;
}
.AnyTagClassName
{
color: #2B270B;
}
</style>
background-color css
<style>
a { background-color: #2B270B; }
a { background-color: rgb(43,39,11); }
div.DivClassName
{
background-color: #2B270B;
}
.BgClassName
{
background-color: #2B270B;
}
</style>
border-color css
<style>
span { border-color: #2B270B; }
span { border-color: rgb(43,39,11); }
td.TdClassName
{
border-color: #2B270B;
}
.TagClassName
{
border-color: #2B270B;
}
</style>