Shades of Holly #2B352F
Tints of Holly #2B352F
RGB
CMYK
RGB Variations
Color information
#2B352F (or 0x2B352F) is known color: Holly. HEX triplet: 2B, 35 and 2F. RGB value is (43,53,47). Sum of RGB (Red+Green+Blue) = 43+53+47=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 53 - color contains mainly: green. Hex color #2B352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B352F is #D4CAD0. Grayscale: #313131. Windows color (decimal): -13945553 or 3093803. OLE color: 3093803.
HSL color Cylindrical-coordinate representation of color #2B352F: hue angle of 144º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B352F is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 53 | 47 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.79 |
| HSL | 144º | 0.1% | 0.19% | - |
| HSV(B) | 144º | 0.19% | 0.21% | - |
| XYZ | 2.78 | 3.27 | 3.17 | - |
| YUV | 49.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 53 | 47 | 0.19 | 0 | 0.11 | 0.79 | 144 | 0.1 | 0.19 |
| Hex | 2B | 35 | 2F | 13 | 0 | B | 4F | 90 | A | 13 |
| Octal | 53 | 65 | 57 | 23 | 0 | 13 | 117 | 220 | 12 | 23 |
| Binary | 101011 | 110101 | 101111 | 10011 | 0 | 1011 | 1001111 | 10010000 | 1010 | 10011 |
Color Harmonies of #2B352F
Complementary color
Monochromatic Colors of #2B352F
Black with #2B352F
Text Example
Text Example
White with #2B352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B352F; }
p { color: rgb(43,53,47); }
H1.HeaderClassName
{
color: #2B352F;
}
.AnyTagClassName
{
color: #2B352F;
}
</style>
background-color css
<style>
a { background-color: #2B352F; }
a { background-color: rgb(43,53,47); }
div.DivClassName
{
background-color: #2B352F;
}
.BgClassName
{
background-color: #2B352F;
}
</style>
border-color css
<style>
span { border-color: #2B352F; }
span { border-color: rgb(43,53,47); }
td.TdClassName
{
border-color: #2B352F;
}
.TagClassName
{
border-color: #2B352F;
}
</style>