Shades of Black Forest #323A2B
Tints of Black Forest #323A2B
RGB
CMYK
RGB Variations
Color information
#323A2B (or 0x323A2B) is known color: Black Forest. HEX triplet: 32, 3A and 2B. RGB value is (50,58,43). Sum of RGB (Red+Green+Blue) = 50+58+43=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 58 - color contains mainly: green. Hex color #323A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A2B is #CDC5D4. Grayscale: #353535. Windows color (decimal): -13485525 or 2832946. OLE color: 2832946.
HSL color Cylindrical-coordinate representation of color #323A2B: hue angle of 92º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323A2B is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 58 | 43 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.77 |
| HSL | 92º | 0.15% | 0.2% | - |
| HSV(B) | 92º | 0.26% | 0.23% | - |
| XYZ | 3.26 | 3.88 | 2.86 | - |
| YUV | 53.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 43 | 0.14 | 0 | 0.26 | 0.77 | 92 | 0.15 | 0.2 |
| Hex | 32 | 3A | 2B | E | 0 | 1A | 4D | 5C | F | 14 |
| Octal | 62 | 72 | 53 | 16 | 0 | 32 | 115 | 134 | 17 | 24 |
| Binary | 110010 | 111010 | 101011 | 1110 | 0 | 11010 | 1001101 | 1011100 | 1111 | 10100 |
Color Harmonies of #323A2B
Complementary color
Monochromatic Colors of #323A2B
Black with #323A2B
Text Example
Text Example
White with #323A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A2B; }
p { color: rgb(50,58,43); }
H1.HeaderClassName
{
color: #323A2B;
}
.AnyTagClassName
{
color: #323A2B;
}
</style>
background-color css
<style>
a { background-color: #323A2B; }
a { background-color: rgb(50,58,43); }
div.DivClassName
{
background-color: #323A2B;
}
.BgClassName
{
background-color: #323A2B;
}
</style>
border-color css
<style>
span { border-color: #323A2B; }
span { border-color: rgb(50,58,43); }
td.TdClassName
{
border-color: #323A2B;
}
.TagClassName
{
border-color: #323A2B;
}
</style>