Shades of Black Forest #1C340F
Tints of Black Forest #1C340F
RGB
CMYK
RGB Variations
Color information
#1C340F (or 0x1C340F) is known color: Black Forest. HEX triplet: 1C, 34 and 0F. RGB value is (28,52,15). Sum of RGB (Red+Green+Blue) = 28+52+15=95 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.47% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #1C340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C340F is #E3CBF0. Grayscale: #282828. Windows color (decimal): -14928881 or 996380. OLE color: 996380.
HSL color Cylindrical-coordinate representation of color #1C340F: hue angle of 98.92º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C340F is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 52 | 15 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.80 |
| HSL | 98.92º | 0.55% | 0.13% | - |
| HSV(B) | 98.92º | 0.71% | 0.2% | - |
| XYZ | 1.79 | 2.74 | 0.89 | - |
| YUV | 40.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 15 | 0.46 | 0 | 0.71 | 0.80 | 98.92 | 0.55 | 0.13 |
| Hex | 1C | 34 | F | 2E | 0 | 47 | 50 | 63 | 37 | D |
| Octal | 34 | 64 | 17 | 56 | 0 | 107 | 120 | 143 | 67 | 15 |
| Binary | 11100 | 110100 | 1111 | 101110 | 0 | 1000111 | 1010000 | 1100011 | 110111 | 1101 |
Color Harmonies of #1C340F
Complementary color
Monochromatic Colors of #1C340F
Black with #1C340F
Text Example
Text Example
White with #1C340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C340F; }
p { color: rgb(28,52,15); }
H1.HeaderClassName
{
color: #1C340F;
}
.AnyTagClassName
{
color: #1C340F;
}
</style>
background-color css
<style>
a { background-color: #1C340F; }
a { background-color: rgb(28,52,15); }
div.DivClassName
{
background-color: #1C340F;
}
.BgClassName
{
background-color: #1C340F;
}
</style>
border-color css
<style>
span { border-color: #1C340F; }
span { border-color: rgb(28,52,15); }
td.TdClassName
{
border-color: #1C340F;
}
.TagClassName
{
border-color: #1C340F;
}
</style>