Shades of Black Forest #1C3012
Tints of Black Forest #1C3012
RGB
CMYK
RGB Variations
Color information
#1C3012 (or 0x1C3012) is known color: Black Forest. HEX triplet: 1C, 30 and 12. RGB value is (28,48,18). Sum of RGB (Red+Green+Blue) = 28+48+18=94 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.79% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #1C3012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3012 is #E3CFED. Grayscale: #262626. Windows color (decimal): -14929902 or 1191964. OLE color: 1191964.
HSL color Cylindrical-coordinate representation of color #1C3012: hue angle of 100º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C3012 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 28 | 48 | 18 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.81 |
| HSL | 100º | 0.45% | 0.13% | - |
| HSV(B) | 100º | 0.63% | 0.19% | - |
| XYZ | 1.65 | 2.4 | 0.95 | - |
| YUV | 38.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 48 | 18 | 0.42 | 0 | 0.63 | 0.81 | 100 | 0.45 | 0.13 |
| Hex | 1C | 30 | 12 | 2A | 0 | 3F | 51 | 64 | 2D | D |
| Octal | 34 | 60 | 22 | 52 | 0 | 77 | 121 | 144 | 55 | 15 |
| Binary | 11100 | 110000 | 10010 | 101010 | 0 | 111111 | 1010001 | 1100100 | 101101 | 1101 |
Color Harmonies of #1C3012
Complementary color
Monochromatic Colors of #1C3012
Black with #1C3012
Text Example
Text Example
White with #1C3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3012; }
p { color: rgb(28,48,18); }
H1.HeaderClassName
{
color: #1C3012;
}
.AnyTagClassName
{
color: #1C3012;
}
</style>
background-color css
<style>
a { background-color: #1C3012; }
a { background-color: rgb(28,48,18); }
div.DivClassName
{
background-color: #1C3012;
}
.BgClassName
{
background-color: #1C3012;
}
</style>
border-color css
<style>
span { border-color: #1C3012; }
span { border-color: rgb(28,48,18); }
td.TdClassName
{
border-color: #1C3012;
}
.TagClassName
{
border-color: #1C3012;
}
</style>