Shades of Black Forest #232A20
Tints of Black Forest #232A20
RGB
CMYK
RGB Variations
Color information
#232A20 (or 0x232A20) is known color: Black Forest. HEX triplet: 23, 2A and 20. RGB value is (35,42,32). Sum of RGB (Red+Green+Blue) = 35+42+32=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 42 - color contains mainly: green. Hex color #232A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A20 is #DCD5DF. Grayscale: #262626. Windows color (decimal): -14472672 or 2107939. OLE color: 2107939.
HSL color Cylindrical-coordinate representation of color #232A20: hue angle of 102º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #232A20 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 32 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.84 |
| HSL | 102º | 0.14% | 0.15% | - |
| HSV(B) | 102º | 0.24% | 0.16% | - |
| XYZ | 1.78 | 2.12 | 1.68 | - |
| YUV | 38.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 32 | 0.17 | 0 | 0.24 | 0.84 | 102 | 0.14 | 0.15 |
| Hex | 23 | 2A | 20 | 11 | 0 | 18 | 54 | 66 | E | F |
| Octal | 43 | 52 | 40 | 21 | 0 | 30 | 124 | 146 | 16 | 17 |
| Binary | 100011 | 101010 | 100000 | 10001 | 0 | 11000 | 1010100 | 1100110 | 1110 | 1111 |
Color Harmonies of #232A20
Complementary color
Monochromatic Colors of #232A20
Black with #232A20
Text Example
Text Example
White with #232A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A20; }
p { color: rgb(35,42,32); }
H1.HeaderClassName
{
color: #232A20;
}
.AnyTagClassName
{
color: #232A20;
}
</style>
background-color css
<style>
a { background-color: #232A20; }
a { background-color: rgb(35,42,32); }
div.DivClassName
{
background-color: #232A20;
}
.BgClassName
{
background-color: #232A20;
}
</style>
border-color css
<style>
span { border-color: #232A20; }
span { border-color: rgb(35,42,32); }
td.TdClassName
{
border-color: #232A20;
}
.TagClassName
{
border-color: #232A20;
}
</style>