Shades of Black Forest #232A21
Tints of Black Forest #232A21
RGB
CMYK
RGB Variations
Color information
#232A21 (or 0x232A21) is known color: Black Forest. HEX triplet: 23, 2A and 21. RGB value is (35,42,33). Sum of RGB (Red+Green+Blue) = 35+42+33=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 42 - color contains mainly: green. Hex color #232A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A21 is #DCD5DE. Grayscale: #262626. Windows color (decimal): -14472671 or 2173475. OLE color: 2173475.
HSL color Cylindrical-coordinate representation of color #232A21: hue angle of 106.67º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #232A21 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 33 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.84 |
| HSL | 106.67º | 0.12% | 0.15% | - |
| HSV(B) | 106.67º | 0.21% | 0.16% | - |
| XYZ | 1.8 | 2.12 | 1.75 | - |
| YUV | 38.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 33 | 0.17 | 0 | 0.21 | 0.84 | 106.67 | 0.12 | 0.15 |
| Hex | 23 | 2A | 21 | 11 | 0 | 15 | 54 | 6B | C | F |
| Octal | 43 | 52 | 41 | 21 | 0 | 25 | 124 | 153 | 14 | 17 |
| Binary | 100011 | 101010 | 100001 | 10001 | 0 | 10101 | 1010100 | 1101011 | 1100 | 1111 |
Color Harmonies of #232A21
Complementary color
Monochromatic Colors of #232A21
Black with #232A21
Text Example
Text Example
White with #232A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A21; }
p { color: rgb(35,42,33); }
H1.HeaderClassName
{
color: #232A21;
}
.AnyTagClassName
{
color: #232A21;
}
</style>
background-color css
<style>
a { background-color: #232A21; }
a { background-color: rgb(35,42,33); }
div.DivClassName
{
background-color: #232A21;
}
.BgClassName
{
background-color: #232A21;
}
</style>
border-color css
<style>
span { border-color: #232A21; }
span { border-color: rgb(35,42,33); }
td.TdClassName
{
border-color: #232A21;
}
.TagClassName
{
border-color: #232A21;
}
</style>