Shades of Black Forest #214109
Tints of Black Forest #214109
RGB
CMYK
RGB Variations
Color information
#214109 (or 0x214109) is known color: Black Forest. HEX triplet: 21, 41 and 09. RGB value is (33,65,9). Sum of RGB (Red+Green+Blue) = 33+65+9=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #214109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214109 is #DEBEF6. Grayscale: #313131. Windows color (decimal): -14597879 or 606497. OLE color: 606497.
HSL color Cylindrical-coordinate representation of color #214109: hue angle of 94.29º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214109 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 9 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.75 |
| HSL | 94.29º | 0.76% | 0.15% | - |
| HSV(B) | 94.29º | 0.86% | 0.25% | - |
| XYZ | 2.57 | 4.12 | 0.92 | - |
| YUV | 49.05 | 105.4 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 9 | 0.49 | 0 | 0.86 | 0.75 | 94.29 | 0.76 | 0.15 |
| Hex | 21 | 41 | 9 | 31 | 0 | 56 | 4B | 5E | 4C | F |
| Octal | 41 | 101 | 11 | 61 | 0 | 126 | 113 | 136 | 114 | 17 |
| Binary | 100001 | 1000001 | 1001 | 110001 | 0 | 1010110 | 1001011 | 1011110 | 1001100 | 1111 |
Color Harmonies of #214109
Complementary color
Monochromatic Colors of #214109
Black with #214109
Text Example
Text Example
White with #214109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214109; }
p { color: rgb(33,65,9); }
H1.HeaderClassName
{
color: #214109;
}
.AnyTagClassName
{
color: #214109;
}
</style>
background-color css
<style>
a { background-color: #214109; }
a { background-color: rgb(33,65,9); }
div.DivClassName
{
background-color: #214109;
}
.BgClassName
{
background-color: #214109;
}
</style>
border-color css
<style>
span { border-color: #214109; }
span { border-color: rgb(33,65,9); }
td.TdClassName
{
border-color: #214109;
}
.TagClassName
{
border-color: #214109;
}
</style>