Shades of Maire #2B280F
Tints of Maire #2B280F
RGB
CMYK
RGB Variations
Color information
#2B280F (or 0x2B280F) is known color: Maire. HEX triplet: 2B, 28 and 0F. RGB value is (43,40,15). Sum of RGB (Red+Green+Blue) = 43+40+15=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 43 - color contains mainly: red. Hex color #2B280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B280F is #D4D7F0. Grayscale: #262626. Windows color (decimal): -13948913 or 993323. OLE color: 993323.
HSL color Cylindrical-coordinate representation of color #2B280F: hue angle of 53.57º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B280F is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 15 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.83 |
| HSL | 53.57º | 0.48% | 0.11% | - |
| HSV(B) | 53.57º | 0.65% | 0.17% | - |
| XYZ | 1.84 | 2.07 | 0.75 | - |
| YUV | 38.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 15 | 0 | 0.07 | 0.65 | 0.83 | 53.57 | 0.48 | 0.11 |
| Hex | 2B | 28 | F | 0 | 7 | 41 | 53 | 36 | 30 | B |
| Octal | 53 | 50 | 17 | 0 | 7 | 101 | 123 | 66 | 60 | 13 |
| Binary | 101011 | 101000 | 1111 | 0 | 111 | 1000001 | 1010011 | 110110 | 110000 | 1011 |
Color Harmonies of #2B280F
Complementary color
Monochromatic Colors of #2B280F
Black with #2B280F
Text Example
Text Example
White with #2B280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B280F; }
p { color: rgb(43,40,15); }
H1.HeaderClassName
{
color: #2B280F;
}
.AnyTagClassName
{
color: #2B280F;
}
</style>
background-color css
<style>
a { background-color: #2B280F; }
a { background-color: rgb(43,40,15); }
div.DivClassName
{
background-color: #2B280F;
}
.BgClassName
{
background-color: #2B280F;
}
</style>
border-color css
<style>
span { border-color: #2B280F; }
span { border-color: rgb(43,40,15); }
td.TdClassName
{
border-color: #2B280F;
}
.TagClassName
{
border-color: #2B280F;
}
</style>