Shades of Maire #2B2704
Tints of Maire #2B2704
RGB
CMYK
RGB Variations
Color information
#2B2704 (or 0x2B2704) is known color: Maire. HEX triplet: 2B, 27 and 04. RGB value is (43,39,4). Sum of RGB (Red+Green+Blue) = 43+39+4=86 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2704 is #D4D8FB. Grayscale: #242424. Windows color (decimal): -13949180 or 272171. OLE color: 272171.
HSL color Cylindrical-coordinate representation of color #2B2704: hue angle of 53.85º 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 #2B2704 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 39 | 4 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.83 |
| HSL | 53.85º | 0.83% | 0.09% | - |
| HSV(B) | 53.85º | 0.91% | 0.17% | - |
| XYZ | 1.74 | 1.97 | 0.4 | - |
| YUV | 36.21 | 109.83 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 4 | 0 | 0.09 | 0.91 | 0.83 | 53.85 | 0.83 | 0.09 |
| Hex | 2B | 27 | 4 | 0 | 9 | 5B | 53 | 36 | 53 | 9 |
| Octal | 53 | 47 | 4 | 0 | 11 | 133 | 123 | 66 | 123 | 11 |
| Binary | 101011 | 100111 | 100 | 0 | 1001 | 1011011 | 1010011 | 110110 | 1010011 | 1001 |
Color Harmonies of #2B2704
Complementary color
Monochromatic Colors of #2B2704
Black with #2B2704
Text Example
Text Example
White with #2B2704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2704; }
p { color: rgb(43,39,4); }
H1.HeaderClassName
{
color: #2B2704;
}
.AnyTagClassName
{
color: #2B2704;
}
</style>
background-color css
<style>
a { background-color: #2B2704; }
a { background-color: rgb(43,39,4); }
div.DivClassName
{
background-color: #2B2704;
}
.BgClassName
{
background-color: #2B2704;
}
</style>
border-color css
<style>
span { border-color: #2B2704; }
span { border-color: rgb(43,39,4); }
td.TdClassName
{
border-color: #2B2704;
}
.TagClassName
{
border-color: #2B2704;
}
</style>