Shades of Maire #2B2307
Tints of Maire #2B2307
RGB
CMYK
RGB Variations
Color information
#2B2307 (or 0x2B2307) is known color: Maire. HEX triplet: 2B, 23 and 07. RGB value is (43,35,7). Sum of RGB (Red+Green+Blue) = 43+35+7=85 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50.59% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2307 is #D4DCF8. Grayscale: #222222. Windows color (decimal): -13950201 or 467755. OLE color: 467755.
HSL color Cylindrical-coordinate representation of color #2B2307: hue angle of 46.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B2307 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 35 | 7 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.83 |
| HSL | 46.67º | 0.72% | 0.1% | - |
| HSV(B) | 46.67º | 0.84% | 0.17% | - |
| XYZ | 1.64 | 1.73 | 0.45 | - |
| YUV | 34.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 7 | 0 | 0.19 | 0.84 | 0.83 | 46.67 | 0.72 | 0.1 |
| Hex | 2B | 23 | 7 | 0 | 13 | 54 | 53 | 2F | 48 | A |
| Octal | 53 | 43 | 7 | 0 | 23 | 124 | 123 | 57 | 110 | 12 |
| Binary | 101011 | 100011 | 111 | 0 | 10011 | 1010100 | 1010011 | 101111 | 1001000 | 1010 |
Color Harmonies of #2B2307
Complementary color
Monochromatic Colors of #2B2307
Black with #2B2307
Text Example
Text Example
White with #2B2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2307; }
p { color: rgb(43,35,7); }
H1.HeaderClassName
{
color: #2B2307;
}
.AnyTagClassName
{
color: #2B2307;
}
</style>
background-color css
<style>
a { background-color: #2B2307; }
a { background-color: rgb(43,35,7); }
div.DivClassName
{
background-color: #2B2307;
}
.BgClassName
{
background-color: #2B2307;
}
</style>
border-color css
<style>
span { border-color: #2B2307; }
span { border-color: rgb(43,35,7); }
td.TdClassName
{
border-color: #2B2307;
}
.TagClassName
{
border-color: #2B2307;
}
</style>