Shades of Black Forest #14250C
Tints of Black Forest #14250C
RGB
CMYK
RGB Variations
Color information
#14250C (or 0x14250C) is known color: Black Forest. HEX triplet: 14, 25 and 0C. RGB value is (20,37,12). Sum of RGB (Red+Green+Blue) = 20+37+12=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #14250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14250C is #EBDAF3. Grayscale: #1D1D1D. Windows color (decimal): -15457012 or 795924. OLE color: 795924.
HSL color Cylindrical-coordinate representation of color #14250C: hue angle of 100.8º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14250C is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 37 | 12 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.85 |
| HSL | 100.8º | 0.51% | 0.1% | - |
| HSV(B) | 100.8º | 0.68% | 0.15% | - |
| XYZ | 1.02 | 1.5 | 0.58 | - |
| YUV | 29.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 12 | 0.46 | 0 | 0.68 | 0.85 | 100.8 | 0.51 | 0.1 |
| Hex | 14 | 25 | C | 2E | 0 | 44 | 55 | 65 | 33 | A |
| Octal | 24 | 45 | 14 | 56 | 0 | 104 | 125 | 145 | 63 | 12 |
| Binary | 10100 | 100101 | 1100 | 101110 | 0 | 1000100 | 1010101 | 1100101 | 110011 | 1010 |
Color Harmonies of #14250C
Complementary color
Monochromatic Colors of #14250C
Black with #14250C
Text Example
Text Example
White with #14250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14250C; }
p { color: rgb(20,37,12); }
H1.HeaderClassName
{
color: #14250C;
}
.AnyTagClassName
{
color: #14250C;
}
</style>
background-color css
<style>
a { background-color: #14250C; }
a { background-color: rgb(20,37,12); }
div.DivClassName
{
background-color: #14250C;
}
.BgClassName
{
background-color: #14250C;
}
</style>
border-color css
<style>
span { border-color: #14250C; }
span { border-color: rgb(20,37,12); }
td.TdClassName
{
border-color: #14250C;
}
.TagClassName
{
border-color: #14250C;
}
</style>