Shades of Maire #2B281C
Tints of Maire #2B281C
RGB
CMYK
RGB Variations
Color information
#2B281C (or 0x2B281C) is known color: Maire. HEX triplet: 2B, 28 and 1C. RGB value is (43,40,28). Sum of RGB (Red+Green+Blue) = 43+40+28=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 43 - color contains mainly: red. Hex color #2B281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B281C is #D4D7E3. Grayscale: #272727. Windows color (decimal): -13948900 or 1845291. OLE color: 1845291.
HSL color Cylindrical-coordinate representation of color #2B281C: hue angle of 48º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B281C is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 28 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.83 |
| HSL | 48º | 0.21% | 0.14% | - |
| HSV(B) | 48º | 0.35% | 0.17% | - |
| XYZ | 1.96 | 2.12 | 1.4 | - |
| YUV | 39.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 28 | 0 | 0.07 | 0.35 | 0.83 | 48 | 0.21 | 0.14 |
| Hex | 2B | 28 | 1C | 0 | 7 | 23 | 53 | 30 | 15 | E |
| Octal | 53 | 50 | 34 | 0 | 7 | 43 | 123 | 60 | 25 | 16 |
| Binary | 101011 | 101000 | 11100 | 0 | 111 | 100011 | 1010011 | 110000 | 10101 | 1110 |
Color Harmonies of #2B281C
Complementary color
Monochromatic Colors of #2B281C
Black with #2B281C
Text Example
Text Example
White with #2B281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B281C; }
p { color: rgb(43,40,28); }
H1.HeaderClassName
{
color: #2B281C;
}
.AnyTagClassName
{
color: #2B281C;
}
</style>
background-color css
<style>
a { background-color: #2B281C; }
a { background-color: rgb(43,40,28); }
div.DivClassName
{
background-color: #2B281C;
}
.BgClassName
{
background-color: #2B281C;
}
</style>
border-color css
<style>
span { border-color: #2B281C; }
span { border-color: rgb(43,40,28); }
td.TdClassName
{
border-color: #2B281C;
}
.TagClassName
{
border-color: #2B281C;
}
</style>