Shades of Black Forest #2B2D29
Tints of Black Forest #2B2D29
RGB
CMYK
RGB Variations
Color information
#2B2D29 (or 0x2B2D29) is known color: Black Forest. HEX triplet: 2B, 2D and 29. RGB value is (43,45,41). Sum of RGB (Red+Green+Blue) = 43+45+41=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2D29 is #D4D2D6. Grayscale: #2B2B2B. Windows color (decimal): -13947607 or 2698539. OLE color: 2698539.
HSL color Cylindrical-coordinate representation of color #2B2D29: hue angle of 90º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2B2D29 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
RGB | 43 | 45 | 41 | - |
CMYK | 0.04 | 0 | 0.09 | 0.82 |
HSL | 90º | 0.05% | 0.17% | - |
HSV(B) | 90º | 0.09% | 0.18% | - |
XYZ | 2.33 | 2.55 | 2.47 | - |
YUV | 43.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 45 | 41 | 0.04 | 0 | 0.09 | 0.82 | 90 | 0.05 | 0.17 |
Hex | 2B | 2D | 29 | 4 | 0 | 9 | 52 | 5A | 5 | 11 |
Octal | 53 | 55 | 51 | 4 | 0 | 11 | 122 | 132 | 5 | 21 |
Binary | 101011 | 101101 | 101001 | 100 | 0 | 1001 | 1010010 | 1011010 | 101 | 10001 |
Color Harmonies of #2B2D29
Complementary color
Monochromatic Colors of #2B2D29
Black with #2B2D29
Text Example
Text Example
White with #2B2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D29; }
p { color: rgb(43,45,41); }
H1.HeaderClassName
{
color: #2B2D29;
}
.AnyTagClassName
{
color: #2B2D29;
}
</style>
background-color css
<style>
a { background-color: #2B2D29; }
a { background-color: rgb(43,45,41); }
div.DivClassName
{
background-color: #2B2D29;
}
.BgClassName
{
background-color: #2B2D29;
}
</style>
border-color css
<style>
span { border-color: #2B2D29; }
span { border-color: rgb(43,45,41); }
td.TdClassName
{
border-color: #2B2D29;
}
.TagClassName
{
border-color: #2B2D29;
}
</style>