Shades of Black Forest #33372F
Tints of Black Forest #33372F
RGB
CMYK
RGB Variations
Color information
#33372F (or 0x33372F) is known color: Black Forest. HEX triplet: 33, 37 and 2F. RGB value is (51,55,47). Sum of RGB (Red+Green+Blue) = 51+55+47=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 55 - color contains mainly: green. Hex color #33372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33372F is #CCC8D0. Grayscale: #343434. Windows color (decimal): -13420753 or 3094323. OLE color: 3094323.
HSL color Cylindrical-coordinate representation of color #33372F: hue angle of 90º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #33372F is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 55 | 47 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.78 |
| HSL | 90º | 0.08% | 0.2% | - |
| HSV(B) | 90º | 0.15% | 0.22% | - |
| XYZ | 3.24 | 3.64 | 3.22 | - |
| YUV | 52.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 47 | 0.07 | 0 | 0.15 | 0.78 | 90 | 0.08 | 0.2 |
| Hex | 33 | 37 | 2F | 7 | 0 | F | 4E | 5A | 8 | 14 |
| Octal | 63 | 67 | 57 | 7 | 0 | 17 | 116 | 132 | 10 | 24 |
| Binary | 110011 | 110111 | 101111 | 111 | 0 | 1111 | 1001110 | 1011010 | 1000 | 10100 |
Color Harmonies of #33372F
Complementary color
Monochromatic Colors of #33372F
Black with #33372F
Text Example
Text Example
White with #33372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33372F; }
p { color: rgb(51,55,47); }
H1.HeaderClassName
{
color: #33372F;
}
.AnyTagClassName
{
color: #33372F;
}
</style>
background-color css
<style>
a { background-color: #33372F; }
a { background-color: rgb(51,55,47); }
div.DivClassName
{
background-color: #33372F;
}
.BgClassName
{
background-color: #33372F;
}
</style>
border-color css
<style>
span { border-color: #33372F; }
span { border-color: rgb(51,55,47); }
td.TdClassName
{
border-color: #33372F;
}
.TagClassName
{
border-color: #33372F;
}
</style>