Shades of Black Forest #23281F
Tints of Black Forest #23281F
RGB
CMYK
RGB Variations
Color information
#23281F (or 0x23281F) is known color: Black Forest. HEX triplet: 23, 28 and 1F. RGB value is (35,40,31). Sum of RGB (Red+Green+Blue) = 35+40+31=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 40 - color contains mainly: green. Hex color #23281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23281F is #DCD7E0. Grayscale: #252525. Windows color (decimal): -14473185 or 2041891. OLE color: 2041891.
HSL color Cylindrical-coordinate representation of color #23281F: hue angle of 93.33º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #23281F is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 40 | 31 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.84 |
| HSL | 93.33º | 0.13% | 0.14% | - |
| HSV(B) | 93.33º | 0.23% | 0.16% | - |
| XYZ | 1.7 | 1.97 | 1.59 | - |
| YUV | 37.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 31 | 0.12 | 0 | 0.22 | 0.84 | 93.33 | 0.13 | 0.14 |
| Hex | 23 | 28 | 1F | C | 0 | 16 | 54 | 5D | D | E |
| Octal | 43 | 50 | 37 | 14 | 0 | 26 | 124 | 135 | 15 | 16 |
| Binary | 100011 | 101000 | 11111 | 1100 | 0 | 10110 | 1010100 | 1011101 | 1101 | 1110 |
Color Harmonies of #23281F
Complementary color
Monochromatic Colors of #23281F
Black with #23281F
Text Example
Text Example
White with #23281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23281F; }
p { color: rgb(35,40,31); }
H1.HeaderClassName
{
color: #23281F;
}
.AnyTagClassName
{
color: #23281F;
}
</style>
background-color css
<style>
a { background-color: #23281F; }
a { background-color: rgb(35,40,31); }
div.DivClassName
{
background-color: #23281F;
}
.BgClassName
{
background-color: #23281F;
}
</style>
border-color css
<style>
span { border-color: #23281F; }
span { border-color: rgb(35,40,31); }
td.TdClassName
{
border-color: #23281F;
}
.TagClassName
{
border-color: #23281F;
}
</style>