Shades of Maire #2B280E
Tints of Maire #2B280E
RGB
CMYK
RGB Variations
Color information
#2B280E (or 0x2B280E) is known color: Maire. HEX triplet: 2B, 28 and 0E. RGB value is (43,40,14). Sum of RGB (Red+Green+Blue) = 43+40+14=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 43 - color contains mainly: red. Hex color #2B280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B280E is #D4D7F1. Grayscale: #262626. Windows color (decimal): -13948914 or 927787. OLE color: 927787.
HSL color Cylindrical-coordinate representation of color #2B280E: hue angle of 53.79º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B280E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 14 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.83 |
| HSL | 53.79º | 0.51% | 0.11% | - |
| HSV(B) | 53.79º | 0.67% | 0.17% | - |
| XYZ | 1.83 | 2.06 | 0.72 | - |
| YUV | 37.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 14 | 0 | 0.07 | 0.67 | 0.83 | 53.79 | 0.51 | 0.11 |
| Hex | 2B | 28 | E | 0 | 7 | 43 | 53 | 36 | 33 | B |
| Octal | 53 | 50 | 16 | 0 | 7 | 103 | 123 | 66 | 63 | 13 |
| Binary | 101011 | 101000 | 1110 | 0 | 111 | 1000011 | 1010011 | 110110 | 110011 | 1011 |
Color Harmonies of #2B280E
Complementary color
Monochromatic Colors of #2B280E
Black with #2B280E
Text Example
Text Example
White with #2B280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B280E; }
p { color: rgb(43,40,14); }
H1.HeaderClassName
{
color: #2B280E;
}
.AnyTagClassName
{
color: #2B280E;
}
</style>
background-color css
<style>
a { background-color: #2B280E; }
a { background-color: rgb(43,40,14); }
div.DivClassName
{
background-color: #2B280E;
}
.BgClassName
{
background-color: #2B280E;
}
</style>
border-color css
<style>
span { border-color: #2B280E; }
span { border-color: rgb(43,40,14); }
td.TdClassName
{
border-color: #2B280E;
}
.TagClassName
{
border-color: #2B280E;
}
</style>