Shades of Maire #2B2602
Tints of Maire #2B2602
RGB
CMYK
RGB Variations
Color information
#2B2602 (or 0x2B2602) is known color: Maire. HEX triplet: 2B, 26 and 02. RGB value is (43,38,2). Sum of RGB (Red+Green+Blue) = 43+38+2=83 (10% of max value = 765). Red value is 43 (17.19% from 255 or 51.81% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2602 is #D4D9FD. Grayscale: #232323. Windows color (decimal): -13949438 or 140843. OLE color: 140843.
HSL color Cylindrical-coordinate representation of color #2B2602: hue angle of 52.68º 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 #2B2602 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 2 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.83 |
| HSL | 52.68º | 0.91% | 0.09% | - |
| HSV(B) | 52.68º | 0.95% | 0.17% | - |
| XYZ | 1.7 | 1.9 | 0.34 | - |
| YUV | 35.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 2 | 0 | 0.12 | 0.95 | 0.83 | 52.68 | 0.91 | 0.09 |
| Hex | 2B | 26 | 2 | 0 | C | 5F | 53 | 35 | 5B | 9 |
| Octal | 53 | 46 | 2 | 0 | 14 | 137 | 123 | 65 | 133 | 11 |
| Binary | 101011 | 100110 | 10 | 0 | 1100 | 1011111 | 1010011 | 110101 | 1011011 | 1001 |
Color Harmonies of #2B2602
Complementary color
Monochromatic Colors of #2B2602
Black with #2B2602
Text Example
Text Example
White with #2B2602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2602; }
p { color: rgb(43,38,2); }
H1.HeaderClassName
{
color: #2B2602;
}
.AnyTagClassName
{
color: #2B2602;
}
</style>
background-color css
<style>
a { background-color: #2B2602; }
a { background-color: rgb(43,38,2); }
div.DivClassName
{
background-color: #2B2602;
}
.BgClassName
{
background-color: #2B2602;
}
</style>
border-color css
<style>
span { border-color: #2B2602; }
span { border-color: rgb(43,38,2); }
td.TdClassName
{
border-color: #2B2602;
}
.TagClassName
{
border-color: #2B2602;
}
</style>