Shades of Black Forest #23321B
Tints of Black Forest #23321B
RGB
CMYK
RGB Variations
Color information
#23321B (or 0x23321B) is known color: Black Forest. HEX triplet: 23, 32 and 1B. RGB value is (35,50,27). Sum of RGB (Red+Green+Blue) = 35+50+27=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #23321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23321B is #DCCDE4. Grayscale: #2A2A2A. Windows color (decimal): -14470629 or 1782307. OLE color: 1782307.
HSL color Cylindrical-coordinate representation of color #23321B: hue angle of 99.13º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #23321B is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 50 | 27 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.80 |
| HSL | 99.13º | 0.3% | 0.15% | - |
| HSV(B) | 99.13º | 0.46% | 0.2% | - |
| XYZ | 2.03 | 2.72 | 1.45 | - |
| YUV | 42.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 27 | 0.30 | 0 | 0.46 | 0.80 | 99.13 | 0.3 | 0.15 |
| Hex | 23 | 32 | 1B | 1E | 0 | 2E | 50 | 63 | 1E | F |
| Octal | 43 | 62 | 33 | 36 | 0 | 56 | 120 | 143 | 36 | 17 |
| Binary | 100011 | 110010 | 11011 | 11110 | 0 | 101110 | 1010000 | 1100011 | 11110 | 1111 |
Color Harmonies of #23321B
Complementary color
Monochromatic Colors of #23321B
Black with #23321B
Text Example
Text Example
White with #23321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23321B; }
p { color: rgb(35,50,27); }
H1.HeaderClassName
{
color: #23321B;
}
.AnyTagClassName
{
color: #23321B;
}
</style>
background-color css
<style>
a { background-color: #23321B; }
a { background-color: rgb(35,50,27); }
div.DivClassName
{
background-color: #23321B;
}
.BgClassName
{
background-color: #23321B;
}
</style>
border-color css
<style>
span { border-color: #23321B; }
span { border-color: rgb(35,50,27); }
td.TdClassName
{
border-color: #23321B;
}
.TagClassName
{
border-color: #23321B;
}
</style>