Shades of Maire #2B2004
Tints of Maire #2B2004
RGB
CMYK
RGB Variations
Color information
#2B2004 (or 0x2B2004) is known color: Maire. HEX triplet: 2B, 20 and 04. RGB value is (43,32,4). Sum of RGB (Red+Green+Blue) = 43+32+4=79 (10% of max value = 765). Red value is 43 (17.19% from 255 or 54.43% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2004 is #D4DFFB. Grayscale: #202020. Windows color (decimal): -13950972 or 270379. OLE color: 270379.
HSL color Cylindrical-coordinate representation of color #2B2004: hue angle of 43.08º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B2004 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 32 | 4 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.83 |
| HSL | 43.08º | 0.83% | 0.09% | - |
| HSV(B) | 43.08º | 0.91% | 0.17% | - |
| XYZ | 1.53 | 1.56 | 0.33 | - |
| YUV | 32.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 4 | 0 | 0.26 | 0.91 | 0.83 | 43.08 | 0.83 | 0.09 |
| Hex | 2B | 20 | 4 | 0 | 1A | 5B | 53 | 2B | 53 | 9 |
| Octal | 53 | 40 | 4 | 0 | 32 | 133 | 123 | 53 | 123 | 11 |
| Binary | 101011 | 100000 | 100 | 0 | 11010 | 1011011 | 1010011 | 101011 | 1010011 | 1001 |
Color Harmonies of #2B2004
Complementary color
Monochromatic Colors of #2B2004
Black with #2B2004
Text Example
Text Example
White with #2B2004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2004; }
p { color: rgb(43,32,4); }
H1.HeaderClassName
{
color: #2B2004;
}
.AnyTagClassName
{
color: #2B2004;
}
</style>
background-color css
<style>
a { background-color: #2B2004; }
a { background-color: rgb(43,32,4); }
div.DivClassName
{
background-color: #2B2004;
}
.BgClassName
{
background-color: #2B2004;
}
</style>
border-color css
<style>
span { border-color: #2B2004; }
span { border-color: rgb(43,32,4); }
td.TdClassName
{
border-color: #2B2004;
}
.TagClassName
{
border-color: #2B2004;
}
</style>