Shades of Maire #2B280A
Tints of Maire #2B280A
RGB
CMYK
RGB Variations
Color information
#2B280A (or 0x2B280A) is known color: Maire. HEX triplet: 2B, 28 and 0A. RGB value is (43,40,10). Sum of RGB (Red+Green+Blue) = 43+40+10=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B280A is #D4D7F5. Grayscale: #252525. Windows color (decimal): -13948918 or 665643. OLE color: 665643.
HSL color Cylindrical-coordinate representation of color #2B280A: hue angle of 54.55º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B280A is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 10 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.83 |
| HSL | 54.55º | 0.62% | 0.1% | - |
| HSV(B) | 54.55º | 0.77% | 0.17% | - |
| XYZ | 1.81 | 2.05 | 0.59 | - |
| YUV | 37.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 10 | 0 | 0.07 | 0.77 | 0.83 | 54.55 | 0.62 | 0.1 |
| Hex | 2B | 28 | A | 0 | 7 | 4D | 53 | 37 | 3E | A |
| Octal | 53 | 50 | 12 | 0 | 7 | 115 | 123 | 67 | 76 | 12 |
| Binary | 101011 | 101000 | 1010 | 0 | 111 | 1001101 | 1010011 | 110111 | 111110 | 1010 |
Color Harmonies of #2B280A
Complementary color
Monochromatic Colors of #2B280A
Black with #2B280A
Text Example
Text Example
White with #2B280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B280A; }
p { color: rgb(43,40,10); }
H1.HeaderClassName
{
color: #2B280A;
}
.AnyTagClassName
{
color: #2B280A;
}
</style>
background-color css
<style>
a { background-color: #2B280A; }
a { background-color: rgb(43,40,10); }
div.DivClassName
{
background-color: #2B280A;
}
.BgClassName
{
background-color: #2B280A;
}
</style>
border-color css
<style>
span { border-color: #2B280A; }
span { border-color: rgb(43,40,10); }
td.TdClassName
{
border-color: #2B280A;
}
.TagClassName
{
border-color: #2B280A;
}
</style>