Shades of Black Forest #232920
Tints of Black Forest #232920
RGB
CMYK
RGB Variations
Color information
#232920 (or 0x232920) is known color: Black Forest. HEX triplet: 23, 29 and 20. RGB value is (35,41,32). Sum of RGB (Red+Green+Blue) = 35+41+32=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 41 - color contains mainly: green. Hex color #232920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232920 is #DCD6DF. Grayscale: #262626. Windows color (decimal): -14472928 or 2107683. OLE color: 2107683.
HSL color Cylindrical-coordinate representation of color #232920: hue angle of 100º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #232920 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 41 | 32 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.84 |
| HSL | 100º | 0.12% | 0.14% | - |
| HSV(B) | 100º | 0.22% | 0.16% | - |
| XYZ | 1.75 | 2.05 | 1.67 | - |
| YUV | 38.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 32 | 0.15 | 0 | 0.22 | 0.84 | 100 | 0.12 | 0.14 |
| Hex | 23 | 29 | 20 | F | 0 | 16 | 54 | 64 | C | E |
| Octal | 43 | 51 | 40 | 17 | 0 | 26 | 124 | 144 | 14 | 16 |
| Binary | 100011 | 101001 | 100000 | 1111 | 0 | 10110 | 1010100 | 1100100 | 1100 | 1110 |
Color Harmonies of #232920
Complementary color
Monochromatic Colors of #232920
Black with #232920
Text Example
Text Example
White with #232920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232920; }
p { color: rgb(35,41,32); }
H1.HeaderClassName
{
color: #232920;
}
.AnyTagClassName
{
color: #232920;
}
</style>
background-color css
<style>
a { background-color: #232920; }
a { background-color: rgb(35,41,32); }
div.DivClassName
{
background-color: #232920;
}
.BgClassName
{
background-color: #232920;
}
</style>
border-color css
<style>
span { border-color: #232920; }
span { border-color: rgb(35,41,32); }
td.TdClassName
{
border-color: #232920;
}
.TagClassName
{
border-color: #232920;
}
</style>