Shades of Maire #2B2202
Tints of Maire #2B2202
RGB
CMYK
RGB Variations
Color information
#2B2202 (or 0x2B2202) is known color: Maire. HEX triplet: 2B, 22 and 02. RGB value is (43,34,2). Sum of RGB (Red+Green+Blue) = 43+34+2=79 (10% of max value = 765). Red value is 43 (17.19% from 255 or 54.43% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2202 is #D4DDFD. Grayscale: #212121. Windows color (decimal): -13950462 or 139819. OLE color: 139819.
HSL color Cylindrical-coordinate representation of color #2B2202: hue angle of 46.83º 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 #2B2202 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 34 | 2 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.83 |
| HSL | 46.83º | 0.91% | 0.09% | - |
| HSV(B) | 46.83º | 0.95% | 0.17% | - |
| XYZ | 1.58 | 1.66 | 0.3 | - |
| YUV | 33.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 2 | 0 | 0.21 | 0.95 | 0.83 | 46.83 | 0.91 | 0.09 |
| Hex | 2B | 22 | 2 | 0 | 15 | 5F | 53 | 2F | 5B | 9 |
| Octal | 53 | 42 | 2 | 0 | 25 | 137 | 123 | 57 | 133 | 11 |
| Binary | 101011 | 100010 | 10 | 0 | 10101 | 1011111 | 1010011 | 101111 | 1011011 | 1001 |
Color Harmonies of #2B2202
Complementary color
Monochromatic Colors of #2B2202
Black with #2B2202
Text Example
Text Example
White with #2B2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2202; }
p { color: rgb(43,34,2); }
H1.HeaderClassName
{
color: #2B2202;
}
.AnyTagClassName
{
color: #2B2202;
}
</style>
background-color css
<style>
a { background-color: #2B2202; }
a { background-color: rgb(43,34,2); }
div.DivClassName
{
background-color: #2B2202;
}
.BgClassName
{
background-color: #2B2202;
}
</style>
border-color css
<style>
span { border-color: #2B2202; }
span { border-color: rgb(43,34,2); }
td.TdClassName
{
border-color: #2B2202;
}
.TagClassName
{
border-color: #2B2202;
}
</style>