Shades of Maire #2B281A
Tints of Maire #2B281A
RGB
CMYK
RGB Variations
Color information
#2B281A (or 0x2B281A) is known color: Maire. HEX triplet: 2B, 28 and 1A. RGB value is (43,40,26). Sum of RGB (Red+Green+Blue) = 43+40+26=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 43 - color contains mainly: red. Hex color #2B281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B281A is #D4D7E5. Grayscale: #272727. Windows color (decimal): -13948902 or 1714219. OLE color: 1714219.
HSL color Cylindrical-coordinate representation of color #2B281A: hue angle of 49.41º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B281A is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 26 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.83 |
| HSL | 49.41º | 0.25% | 0.14% | - |
| HSV(B) | 49.41º | 0.4% | 0.17% | - |
| XYZ | 1.94 | 2.11 | 1.28 | - |
| YUV | 39.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 26 | 0 | 0.07 | 0.40 | 0.83 | 49.41 | 0.25 | 0.14 |
| Hex | 2B | 28 | 1A | 0 | 7 | 28 | 53 | 31 | 19 | E |
| Octal | 53 | 50 | 32 | 0 | 7 | 50 | 123 | 61 | 31 | 16 |
| Binary | 101011 | 101000 | 11010 | 0 | 111 | 101000 | 1010011 | 110001 | 11001 | 1110 |
Color Harmonies of #2B281A
Complementary color
Monochromatic Colors of #2B281A
Black with #2B281A
Text Example
Text Example
White with #2B281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B281A; }
p { color: rgb(43,40,26); }
H1.HeaderClassName
{
color: #2B281A;
}
.AnyTagClassName
{
color: #2B281A;
}
</style>
background-color css
<style>
a { background-color: #2B281A; }
a { background-color: rgb(43,40,26); }
div.DivClassName
{
background-color: #2B281A;
}
.BgClassName
{
background-color: #2B281A;
}
</style>
border-color css
<style>
span { border-color: #2B281A; }
span { border-color: rgb(43,40,26); }
td.TdClassName
{
border-color: #2B281A;
}
.TagClassName
{
border-color: #2B281A;
}
</style>