Shades of Black Forest #32382C
Tints of Black Forest #32382C
RGB
CMYK
RGB Variations
Color information
#32382C (or 0x32382C) is known color: Black Forest. HEX triplet: 32, 38 and 2C. RGB value is (50,56,44). Sum of RGB (Red+Green+Blue) = 50+56+44=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 56 - color contains mainly: green. Hex color #32382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32382C is #CDC7D3. Grayscale: #343434. Windows color (decimal): -13486036 or 2897970. OLE color: 2897970.
HSL color Cylindrical-coordinate representation of color #32382C: hue angle of 90º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #32382C is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 56 | 44 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.78 |
| HSL | 90º | 0.12% | 0.2% | - |
| HSV(B) | 90º | 0.21% | 0.22% | - |
| XYZ | 3.18 | 3.69 | 2.93 | - |
| YUV | 52.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 44 | 0.11 | 0 | 0.21 | 0.78 | 90 | 0.12 | 0.2 |
| Hex | 32 | 38 | 2C | B | 0 | 15 | 4E | 5A | C | 14 |
| Octal | 62 | 70 | 54 | 13 | 0 | 25 | 116 | 132 | 14 | 24 |
| Binary | 110010 | 111000 | 101100 | 1011 | 0 | 10101 | 1001110 | 1011010 | 1100 | 10100 |
Color Harmonies of #32382C
Complementary color
Monochromatic Colors of #32382C
Black with #32382C
Text Example
Text Example
White with #32382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32382C; }
p { color: rgb(50,56,44); }
H1.HeaderClassName
{
color: #32382C;
}
.AnyTagClassName
{
color: #32382C;
}
</style>
background-color css
<style>
a { background-color: #32382C; }
a { background-color: rgb(50,56,44); }
div.DivClassName
{
background-color: #32382C;
}
.BgClassName
{
background-color: #32382C;
}
</style>
border-color css
<style>
span { border-color: #32382C; }
span { border-color: rgb(50,56,44); }
td.TdClassName
{
border-color: #32382C;
}
.TagClassName
{
border-color: #32382C;
}
</style>