Shades of Black Forest #1C3011
Tints of Black Forest #1C3011
RGB
CMYK
RGB Variations
Color information
#1C3011 (or 0x1C3011) is known color: Black Forest. HEX triplet: 1C, 30 and 11. RGB value is (28,48,17). Sum of RGB (Red+Green+Blue) = 28+48+17=93 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.11% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #1C3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3011 is #E3CFEE. Grayscale: #262626. Windows color (decimal): -14929903 or 1126428. OLE color: 1126428.
HSL color Cylindrical-coordinate representation of color #1C3011: hue angle of 98.71º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C3011 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 28 | 48 | 17 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.81 |
| HSL | 98.71º | 0.48% | 0.13% | - |
| HSV(B) | 98.71º | 0.65% | 0.19% | - |
| XYZ | 1.64 | 2.4 | 0.91 | - |
| YUV | 38.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 48 | 17 | 0.42 | 0 | 0.65 | 0.81 | 98.71 | 0.48 | 0.13 |
| Hex | 1C | 30 | 11 | 2A | 0 | 41 | 51 | 63 | 30 | D |
| Octal | 34 | 60 | 21 | 52 | 0 | 101 | 121 | 143 | 60 | 15 |
| Binary | 11100 | 110000 | 10001 | 101010 | 0 | 1000001 | 1010001 | 1100011 | 110000 | 1101 |
Color Harmonies of #1C3011
Complementary color
Monochromatic Colors of #1C3011
Black with #1C3011
Text Example
Text Example
White with #1C3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3011; }
p { color: rgb(28,48,17); }
H1.HeaderClassName
{
color: #1C3011;
}
.AnyTagClassName
{
color: #1C3011;
}
</style>
background-color css
<style>
a { background-color: #1C3011; }
a { background-color: rgb(28,48,17); }
div.DivClassName
{
background-color: #1C3011;
}
.BgClassName
{
background-color: #1C3011;
}
</style>
border-color css
<style>
span { border-color: #1C3011; }
span { border-color: rgb(28,48,17); }
td.TdClassName
{
border-color: #1C3011;
}
.TagClassName
{
border-color: #1C3011;
}
</style>