Shades of Black Forest #343632
Tints of Black Forest #343632
RGB
CMYK
RGB Variations
Color information
#343632 (or 0x343632) is known color: Black Forest. HEX triplet: 34, 36 and 32. RGB value is (52,54,50). Sum of RGB (Red+Green+Blue) = 52+54+50=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 54 - color contains mainly: green. Hex color #343632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343632 is #CBC9CD. Grayscale: #343434. Windows color (decimal): -13355470 or 3290676. OLE color: 3290676.
HSL color Cylindrical-coordinate representation of color #343632: hue angle of 90º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #343632 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 50 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.79 |
| HSL | 90º | 0.04% | 0.2% | - |
| HSV(B) | 90º | 0.07% | 0.21% | - |
| XYZ | 3.31 | 3.6 | 3.54 | - |
| YUV | 52.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 50 | 0.04 | 0 | 0.07 | 0.79 | 90 | 0.04 | 0.2 |
| Hex | 34 | 36 | 32 | 4 | 0 | 7 | 4F | 5A | 4 | 14 |
| Octal | 64 | 66 | 62 | 4 | 0 | 7 | 117 | 132 | 4 | 24 |
| Binary | 110100 | 110110 | 110010 | 100 | 0 | 111 | 1001111 | 1011010 | 100 | 10100 |
Color Harmonies of #343632
Complementary color
Monochromatic Colors of #343632
Black with #343632
Text Example
Text Example
White with #343632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343632; }
p { color: rgb(52,54,50); }
H1.HeaderClassName
{
color: #343632;
}
.AnyTagClassName
{
color: #343632;
}
</style>
background-color css
<style>
a { background-color: #343632; }
a { background-color: rgb(52,54,50); }
div.DivClassName
{
background-color: #343632;
}
.BgClassName
{
background-color: #343632;
}
</style>
border-color css
<style>
span { border-color: #343632; }
span { border-color: rgb(52,54,50); }
td.TdClassName
{
border-color: #343632;
}
.TagClassName
{
border-color: #343632;
}
</style>