Shades of Maire #2B250C
Tints of Maire #2B250C
RGB
CMYK
RGB Variations
Color information
#2B250C (or 0x2B250C) is known color: Maire. HEX triplet: 2B, 25 and 0C. RGB value is (43,37,12). Sum of RGB (Red+Green+Blue) = 43+37+12=92 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.74% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 43 - color contains mainly: red. Hex color #2B250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B250C is #D4DAF3. Grayscale: #242424. Windows color (decimal): -13949684 or 795947. OLE color: 795947.
HSL color Cylindrical-coordinate representation of color #2B250C: hue angle of 48.39º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B250C is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 37 | 12 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.83 |
| HSL | 48.39º | 0.56% | 0.11% | - |
| HSV(B) | 48.39º | 0.72% | 0.17% | - |
| XYZ | 1.72 | 1.86 | 0.62 | - |
| YUV | 35.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 12 | 0 | 0.14 | 0.72 | 0.83 | 48.39 | 0.56 | 0.11 |
| Hex | 2B | 25 | C | 0 | E | 48 | 53 | 30 | 38 | B |
| Octal | 53 | 45 | 14 | 0 | 16 | 110 | 123 | 60 | 70 | 13 |
| Binary | 101011 | 100101 | 1100 | 0 | 1110 | 1001000 | 1010011 | 110000 | 111000 | 1011 |
Color Harmonies of #2B250C
Complementary color
Monochromatic Colors of #2B250C
Black with #2B250C
Text Example
Text Example
White with #2B250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B250C; }
p { color: rgb(43,37,12); }
H1.HeaderClassName
{
color: #2B250C;
}
.AnyTagClassName
{
color: #2B250C;
}
</style>
background-color css
<style>
a { background-color: #2B250C; }
a { background-color: rgb(43,37,12); }
div.DivClassName
{
background-color: #2B250C;
}
.BgClassName
{
background-color: #2B250C;
}
</style>
border-color css
<style>
span { border-color: #2B250C; }
span { border-color: rgb(43,37,12); }
td.TdClassName
{
border-color: #2B250C;
}
.TagClassName
{
border-color: #2B250C;
}
</style>