Shades of Holly #2B312D
Tints of Holly #2B312D
RGB
CMYK
RGB Variations
Color information
#2B312D (or 0x2B312D) is known color: Holly. HEX triplet: 2B, 31 and 2D. RGB value is (43,49,45). Sum of RGB (Red+Green+Blue) = 43+49+45=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 49 - color contains mainly: green. Hex color #2B312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B312D is #D4CED2. Grayscale: #2E2E2E. Windows color (decimal): -13946579 or 2961707. OLE color: 2961707.
HSL color Cylindrical-coordinate representation of color #2B312D: hue angle of 140º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B312D is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
RGB | 43 | 49 | 45 | - |
CMYK | 0.12 | 0 | 0.08 | 0.81 |
HSL | 140º | 0.07% | 0.18% | - |
HSV(B) | 140º | 0.12% | 0.19% | - |
XYZ | 2.57 | 2.9 | 2.91 | - |
YUV | 46.75 | 127.01 | 125.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 49 | 45 | 0.12 | 0 | 0.08 | 0.81 | 140 | 0.07 | 0.18 |
Hex | 2B | 31 | 2D | C | 0 | 8 | 51 | 8C | 7 | 12 |
Octal | 53 | 61 | 55 | 14 | 0 | 10 | 121 | 214 | 7 | 22 |
Binary | 101011 | 110001 | 101101 | 1100 | 0 | 1000 | 1010001 | 10001100 | 111 | 10010 |
Color Harmonies of #2B312D
Complementary color
Monochromatic Colors of #2B312D
Black with #2B312D
Text Example
Text Example
White with #2B312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B312D; }
p { color: rgb(43,49,45); }
H1.HeaderClassName
{
color: #2B312D;
}
.AnyTagClassName
{
color: #2B312D;
}
</style>
background-color css
<style>
a { background-color: #2B312D; }
a { background-color: rgb(43,49,45); }
div.DivClassName
{
background-color: #2B312D;
}
.BgClassName
{
background-color: #2B312D;
}
</style>
border-color css
<style>
span { border-color: #2B312D; }
span { border-color: rgb(43,49,45); }
td.TdClassName
{
border-color: #2B312D;
}
.TagClassName
{
border-color: #2B312D;
}
</style>