Shades of Maire #2B2502
Tints of Maire #2B2502
RGB
CMYK
RGB Variations
Color information
#2B2502 (or 0x2B2502) is known color: Maire. HEX triplet: 2B, 25 and 02. RGB value is (43,37,2). Sum of RGB (Red+Green+Blue) = 43+37+2=82 (10% of max value = 765). Red value is 43 (17.19% from 255 or 52.44% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2502 is #D4DAFD. Grayscale: #222222. Windows color (decimal): -13949694 or 140587. OLE color: 140587.
HSL color Cylindrical-coordinate representation of color #2B2502: hue angle of 51.22º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B2502 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 37 | 2 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.83 |
| HSL | 51.22º | 0.91% | 0.09% | - |
| HSV(B) | 51.22º | 0.95% | 0.17% | - |
| XYZ | 1.67 | 1.84 | 0.32 | - |
| YUV | 34.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 2 | 0 | 0.14 | 0.95 | 0.83 | 51.22 | 0.91 | 0.09 |
| Hex | 2B | 25 | 2 | 0 | E | 5F | 53 | 33 | 5B | 9 |
| Octal | 53 | 45 | 2 | 0 | 16 | 137 | 123 | 63 | 133 | 11 |
| Binary | 101011 | 100101 | 10 | 0 | 1110 | 1011111 | 1010011 | 110011 | 1011011 | 1001 |
Color Harmonies of #2B2502
Complementary color
Monochromatic Colors of #2B2502
Black with #2B2502
Text Example
Text Example
White with #2B2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2502; }
p { color: rgb(43,37,2); }
H1.HeaderClassName
{
color: #2B2502;
}
.AnyTagClassName
{
color: #2B2502;
}
</style>
background-color css
<style>
a { background-color: #2B2502; }
a { background-color: rgb(43,37,2); }
div.DivClassName
{
background-color: #2B2502;
}
.BgClassName
{
background-color: #2B2502;
}
</style>
border-color css
<style>
span { border-color: #2B2502; }
span { border-color: rgb(43,37,2); }
td.TdClassName
{
border-color: #2B2502;
}
.TagClassName
{
border-color: #2B2502;
}
</style>