Shades of Black Forest #2B3225
Tints of Black Forest #2B3225
RGB
CMYK
RGB Variations
Color information
#2B3225 (or 0x2B3225) is known color: Black Forest. HEX triplet: 2B, 32 and 25. RGB value is (43,50,37). Sum of RGB (Red+Green+Blue) = 43+50+37=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3225 is #D4CDDA. Grayscale: #2E2E2E. Windows color (decimal): -13946331 or 2437675. OLE color: 2437675.
HSL color Cylindrical-coordinate representation of color #2B3225: hue angle of 92.31º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2B3225 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
RGB | 43 | 50 | 37 | - |
CMYK | 0.14 | 0 | 0.26 | 0.80 |
HSL | 92.31º | 0.15% | 0.17% | - |
HSV(B) | 92.31º | 0.26% | 0.2% | - |
XYZ | 2.47 | 2.93 | 2.19 | - |
YUV | 46.43 | 122.68 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 50 | 37 | 0.14 | 0 | 0.26 | 0.80 | 92.31 | 0.15 | 0.17 |
Hex | 2B | 32 | 25 | E | 0 | 1A | 50 | 5C | F | 11 |
Octal | 53 | 62 | 45 | 16 | 0 | 32 | 120 | 134 | 17 | 21 |
Binary | 101011 | 110010 | 100101 | 1110 | 0 | 11010 | 1010000 | 1011100 | 1111 | 10001 |
Color Harmonies of #2B3225
Complementary color
Monochromatic Colors of #2B3225
Black with #2B3225
Text Example
Text Example
White with #2B3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3225; }
p { color: rgb(43,50,37); }
H1.HeaderClassName
{
color: #2B3225;
}
.AnyTagClassName
{
color: #2B3225;
}
</style>
background-color css
<style>
a { background-color: #2B3225; }
a { background-color: rgb(43,50,37); }
div.DivClassName
{
background-color: #2B3225;
}
.BgClassName
{
background-color: #2B3225;
}
</style>
border-color css
<style>
span { border-color: #2B3225; }
span { border-color: rgb(43,50,37); }
td.TdClassName
{
border-color: #2B3225;
}
.TagClassName
{
border-color: #2B3225;
}
</style>