Shades of Black Forest #12210C
Tints of Black Forest #12210C
RGB
CMYK
RGB Variations
Color information
#12210C (or 0x12210C) is known color: Black Forest. HEX triplet: 12, 21 and 0C. RGB value is (18,33,12). Sum of RGB (Red+Green+Blue) = 18+33+12=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #12210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12210C is #EDDEF3. Grayscale: #1A1A1A. Windows color (decimal): -15589108 or 794898. OLE color: 794898.
HSL color Cylindrical-coordinate representation of color #12210C: hue angle of 102.86º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #12210C is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 33 | 12 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.87 |
| HSL | 102.86º | 0.47% | 0.09% | - |
| HSV(B) | 102.86º | 0.64% | 0.13% | - |
| XYZ | 0.86 | 1.24 | 0.54 | - |
| YUV | 26.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 12 | 0.45 | 0 | 0.64 | 0.87 | 102.86 | 0.47 | 0.09 |
| Hex | 12 | 21 | C | 2D | 0 | 40 | 57 | 67 | 2F | 9 |
| Octal | 22 | 41 | 14 | 55 | 0 | 100 | 127 | 147 | 57 | 11 |
| Binary | 10010 | 100001 | 1100 | 101101 | 0 | 1000000 | 1010111 | 1100111 | 101111 | 1001 |
Color Harmonies of #12210C
Complementary color
Monochromatic Colors of #12210C
Black with #12210C
Text Example
Text Example
White with #12210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12210C; }
p { color: rgb(18,33,12); }
H1.HeaderClassName
{
color: #12210C;
}
.AnyTagClassName
{
color: #12210C;
}
</style>
background-color css
<style>
a { background-color: #12210C; }
a { background-color: rgb(18,33,12); }
div.DivClassName
{
background-color: #12210C;
}
.BgClassName
{
background-color: #12210C;
}
</style>
border-color css
<style>
span { border-color: #12210C; }
span { border-color: rgb(18,33,12); }
td.TdClassName
{
border-color: #12210C;
}
.TagClassName
{
border-color: #12210C;
}
</style>