Shades of Maire #2B2800
Tints of Maire #2B2800
RGB
CMYK
RGB Variations
Color information
#2B2800 (or 0x2B2800) is known color: Maire. HEX triplet: 2B, 28 and 00. RGB value is (43,40,0). Sum of RGB (Red+Green+Blue) = 43+40+0=83 (10% of max value = 765). Red value is 43 (17.19% from 255 or 51.81% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2800 is #D4D7FF. Grayscale: #242424. Windows color (decimal): -13948928 or 10283. OLE color: 10283.
HSL color Cylindrical-coordinate representation of color #2B2800: hue angle of 55.81º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B2800 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 40 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.83 |
| HSL | 55.81º | 1% | 0.08% | - |
| HSV(B) | 55.81º | 1% | 0.17% | - |
| XYZ | 1.76 | 2.03 | 0.3 | - |
| YUV | 36.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 0 | 0 | 0.07 | 1 | 0.83 | 55.81 | 1 | 0.08 |
| Hex | 2B | 28 | 0 | 0 | 7 | 64 | 53 | 38 | 64 | 8 |
| Octal | 53 | 50 | 0 | 0 | 7 | 144 | 123 | 70 | 144 | 10 |
| Binary | 101011 | 101000 | 0 | 0 | 111 | 1100100 | 1010011 | 111000 | 1100100 | 1000 |
Color Harmonies of #2B2800
Complementary color
Monochromatic Colors of #2B2800
Black with #2B2800
Text Example
Text Example
White with #2B2800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2800; }
p { color: rgb(43,40,0); }
H1.HeaderClassName
{
color: #2B2800;
}
.AnyTagClassName
{
color: #2B2800;
}
</style>
background-color css
<style>
a { background-color: #2B2800; }
a { background-color: rgb(43,40,0); }
div.DivClassName
{
background-color: #2B2800;
}
.BgClassName
{
background-color: #2B2800;
}
</style>
border-color css
<style>
span { border-color: #2B2800; }
span { border-color: rgb(43,40,0); }
td.TdClassName
{
border-color: #2B2800;
}
.TagClassName
{
border-color: #2B2800;
}
</style>