Shades of Black Forest #23410F
Tints of Black Forest #23410F
RGB
CMYK
RGB Variations
Color information
#23410F (or 0x23410F) is known color: Black Forest. HEX triplet: 23, 41 and 0F. RGB value is (35,65,15). Sum of RGB (Red+Green+Blue) = 35+65+15=115 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.43% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #23410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23410F is #DCBEF0. Grayscale: #323232. Windows color (decimal): -14466801 or 999715. OLE color: 999715.
HSL color Cylindrical-coordinate representation of color #23410F: hue angle of 96º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23410F is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 15 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.75 |
| HSL | 96º | 0.63% | 0.16% | - |
| HSV(B) | 96º | 0.77% | 0.25% | - |
| XYZ | 2.67 | 4.17 | 1.12 | - |
| YUV | 50.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 15 | 0.46 | 0 | 0.77 | 0.75 | 96 | 0.63 | 0.16 |
| Hex | 23 | 41 | F | 2E | 0 | 4D | 4B | 60 | 3E | 10 |
| Octal | 43 | 101 | 17 | 56 | 0 | 115 | 113 | 140 | 76 | 20 |
| Binary | 100011 | 1000001 | 1111 | 101110 | 0 | 1001101 | 1001011 | 1100000 | 111110 | 10000 |
Color Harmonies of #23410F
Complementary color
Monochromatic Colors of #23410F
Black with #23410F
Text Example
Text Example
White with #23410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23410F; }
p { color: rgb(35,65,15); }
H1.HeaderClassName
{
color: #23410F;
}
.AnyTagClassName
{
color: #23410F;
}
</style>
background-color css
<style>
a { background-color: #23410F; }
a { background-color: rgb(35,65,15); }
div.DivClassName
{
background-color: #23410F;
}
.BgClassName
{
background-color: #23410F;
}
</style>
border-color css
<style>
span { border-color: #23410F; }
span { border-color: rgb(35,65,15); }
td.TdClassName
{
border-color: #23410F;
}
.TagClassName
{
border-color: #23410F;
}
</style>