Shades of Black Forest #23410E
Tints of Black Forest #23410E
RGB
CMYK
RGB Variations
Color information
#23410E (or 0x23410E) is known color: Black Forest. HEX triplet: 23, 41 and 0E. RGB value is (35,65,14). Sum of RGB (Red+Green+Blue) = 35+65+14=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #23410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23410E is #DCBEF1. Grayscale: #323232. Windows color (decimal): -14466802 or 934179. OLE color: 934179.
HSL color Cylindrical-coordinate representation of color #23410E: hue angle of 95.29º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23410E is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 14 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.75 |
| HSL | 95.29º | 0.65% | 0.15% | - |
| HSV(B) | 95.29º | 0.78% | 0.25% | - |
| XYZ | 2.66 | 4.17 | 1.08 | - |
| YUV | 50.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 14 | 0.46 | 0 | 0.78 | 0.75 | 95.29 | 0.65 | 0.15 |
| Hex | 23 | 41 | E | 2E | 0 | 4E | 4B | 5F | 41 | F |
| Octal | 43 | 101 | 16 | 56 | 0 | 116 | 113 | 137 | 101 | 17 |
| Binary | 100011 | 1000001 | 1110 | 101110 | 0 | 1001110 | 1001011 | 1011111 | 1000001 | 1111 |
Color Harmonies of #23410E
Complementary color
Monochromatic Colors of #23410E
Black with #23410E
Text Example
Text Example
White with #23410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23410E; }
p { color: rgb(35,65,14); }
H1.HeaderClassName
{
color: #23410E;
}
.AnyTagClassName
{
color: #23410E;
}
</style>
background-color css
<style>
a { background-color: #23410E; }
a { background-color: rgb(35,65,14); }
div.DivClassName
{
background-color: #23410E;
}
.BgClassName
{
background-color: #23410E;
}
</style>
border-color css
<style>
span { border-color: #23410E; }
span { border-color: rgb(35,65,14); }
td.TdClassName
{
border-color: #23410E;
}
.TagClassName
{
border-color: #23410E;
}
</style>