Shades of Black Forest #32362E
Tints of Black Forest #32362E
RGB
CMYK
RGB Variations
Color information
#32362E (or 0x32362E) is known color: Black Forest. HEX triplet: 32, 36 and 2E. RGB value is (50,54,46). Sum of RGB (Red+Green+Blue) = 50+54+46=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 54 - color contains mainly: green. Hex color #32362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32362E is #CDC9D1. Grayscale: #333333. Windows color (decimal): -13486546 or 3028530. OLE color: 3028530.
HSL color Cylindrical-coordinate representation of color #32362E: hue angle of 90º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #32362E is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 54 | 46 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.79 |
| HSL | 90º | 0.08% | 0.2% | - |
| HSV(B) | 90º | 0.15% | 0.21% | - |
| XYZ | 3.13 | 3.51 | 3.1 | - |
| YUV | 51.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 46 | 0.07 | 0 | 0.15 | 0.79 | 90 | 0.08 | 0.2 |
| Hex | 32 | 36 | 2E | 7 | 0 | F | 4F | 5A | 8 | 14 |
| Octal | 62 | 66 | 56 | 7 | 0 | 17 | 117 | 132 | 10 | 24 |
| Binary | 110010 | 110110 | 101110 | 111 | 0 | 1111 | 1001111 | 1011010 | 1000 | 10100 |
Color Harmonies of #32362E
Complementary color
Monochromatic Colors of #32362E
Black with #32362E
Text Example
Text Example
White with #32362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32362E; }
p { color: rgb(50,54,46); }
H1.HeaderClassName
{
color: #32362E;
}
.AnyTagClassName
{
color: #32362E;
}
</style>
background-color css
<style>
a { background-color: #32362E; }
a { background-color: rgb(50,54,46); }
div.DivClassName
{
background-color: #32362E;
}
.BgClassName
{
background-color: #32362E;
}
</style>
border-color css
<style>
span { border-color: #32362E; }
span { border-color: rgb(50,54,46); }
td.TdClassName
{
border-color: #32362E;
}
.TagClassName
{
border-color: #32362E;
}
</style>