Shades of Black Forest #232821
Tints of Black Forest #232821
RGB
CMYK
RGB Variations
Color information
#232821 (or 0x232821) is known color: Black Forest. HEX triplet: 23, 28 and 21. RGB value is (35,40,33). Sum of RGB (Red+Green+Blue) = 35+40+33=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 40 - color contains mainly: green. Hex color #232821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232821 is #DCD7DE. Grayscale: #252525. Windows color (decimal): -14473183 or 2172963. OLE color: 2172963.
HSL color Cylindrical-coordinate representation of color #232821: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #232821 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 40 | 33 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.84 |
| HSL | 102.86º | 0.1% | 0.14% | - |
| HSV(B) | 102.86º | 0.18% | 0.16% | - |
| XYZ | 1.73 | 1.98 | 1.73 | - |
| YUV | 37.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 33 | 0.12 | 0 | 0.17 | 0.84 | 102.86 | 0.1 | 0.14 |
| Hex | 23 | 28 | 21 | C | 0 | 11 | 54 | 67 | A | E |
| Octal | 43 | 50 | 41 | 14 | 0 | 21 | 124 | 147 | 12 | 16 |
| Binary | 100011 | 101000 | 100001 | 1100 | 0 | 10001 | 1010100 | 1100111 | 1010 | 1110 |
Color Harmonies of #232821
Complementary color
Monochromatic Colors of #232821
Black with #232821
Text Example
Text Example
White with #232821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232821; }
p { color: rgb(35,40,33); }
H1.HeaderClassName
{
color: #232821;
}
.AnyTagClassName
{
color: #232821;
}
</style>
background-color css
<style>
a { background-color: #232821; }
a { background-color: rgb(35,40,33); }
div.DivClassName
{
background-color: #232821;
}
.BgClassName
{
background-color: #232821;
}
</style>
border-color css
<style>
span { border-color: #232821; }
span { border-color: rgb(35,40,33); }
td.TdClassName
{
border-color: #232821;
}
.TagClassName
{
border-color: #232821;
}
</style>