Shades of Black Forest #232820
Tints of Black Forest #232820
RGB
CMYK
RGB Variations
Color information
#232820 (or 0x232820) is known color: Black Forest. HEX triplet: 23, 28 and 20. RGB value is (35,40,32). Sum of RGB (Red+Green+Blue) = 35+40+32=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 40 - color contains mainly: green. Hex color #232820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232820 is #DCD7DF. Grayscale: #252525. Windows color (decimal): -14473184 or 2107427. OLE color: 2107427.
HSL color Cylindrical-coordinate representation of color #232820: hue angle of 97.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #232820 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 40 | 32 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.84 |
| HSL | 97.5º | 0.11% | 0.14% | - |
| HSV(B) | 97.5º | 0.2% | 0.16% | - |
| XYZ | 1.71 | 1.98 | 1.66 | - |
| YUV | 37.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 32 | 0.12 | 0 | 0.20 | 0.84 | 97.5 | 0.11 | 0.14 |
| Hex | 23 | 28 | 20 | C | 0 | 14 | 54 | 62 | B | E |
| Octal | 43 | 50 | 40 | 14 | 0 | 24 | 124 | 142 | 13 | 16 |
| Binary | 100011 | 101000 | 100000 | 1100 | 0 | 10100 | 1010100 | 1100010 | 1011 | 1110 |
Color Harmonies of #232820
Complementary color
Monochromatic Colors of #232820
Black with #232820
Text Example
Text Example
White with #232820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232820; }
p { color: rgb(35,40,32); }
H1.HeaderClassName
{
color: #232820;
}
.AnyTagClassName
{
color: #232820;
}
</style>
background-color css
<style>
a { background-color: #232820; }
a { background-color: rgb(35,40,32); }
div.DivClassName
{
background-color: #232820;
}
.BgClassName
{
background-color: #232820;
}
</style>
border-color css
<style>
span { border-color: #232820; }
span { border-color: rgb(35,40,32); }
td.TdClassName
{
border-color: #232820;
}
.TagClassName
{
border-color: #232820;
}
</style>