Shades of Maire #2B2303
Tints of Maire #2B2303
RGB
CMYK
RGB Variations
Color information
#2B2303 (or 0x2B2303) is known color: Maire. HEX triplet: 2B, 23 and 03. RGB value is (43,35,3). Sum of RGB (Red+Green+Blue) = 43+35+3=81 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.09% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2303 is #D4DCFC. Grayscale: #212121. Windows color (decimal): -13950205 or 205611. OLE color: 205611.
HSL color Cylindrical-coordinate representation of color #2B2303: hue angle of 48º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B2303 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 35 | 3 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.83 |
| HSL | 48º | 0.87% | 0.09% | - |
| HSV(B) | 48º | 0.93% | 0.17% | - |
| XYZ | 1.61 | 1.72 | 0.33 | - |
| YUV | 33.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 3 | 0 | 0.19 | 0.93 | 0.83 | 48 | 0.87 | 0.09 |
| Hex | 2B | 23 | 3 | 0 | 13 | 5D | 53 | 30 | 57 | 9 |
| Octal | 53 | 43 | 3 | 0 | 23 | 135 | 123 | 60 | 127 | 11 |
| Binary | 101011 | 100011 | 11 | 0 | 10011 | 1011101 | 1010011 | 110000 | 1010111 | 1001 |
Color Harmonies of #2B2303
Complementary color
Monochromatic Colors of #2B2303
Black with #2B2303
Text Example
Text Example
White with #2B2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2303; }
p { color: rgb(43,35,3); }
H1.HeaderClassName
{
color: #2B2303;
}
.AnyTagClassName
{
color: #2B2303;
}
</style>
background-color css
<style>
a { background-color: #2B2303; }
a { background-color: rgb(43,35,3); }
div.DivClassName
{
background-color: #2B2303;
}
.BgClassName
{
background-color: #2B2303;
}
</style>
border-color css
<style>
span { border-color: #2B2303; }
span { border-color: rgb(43,35,3); }
td.TdClassName
{
border-color: #2B2303;
}
.TagClassName
{
border-color: #2B2303;
}
</style>