Shades of Black Forest #223914
Tints of Black Forest #223914
RGB
CMYK
RGB Variations
Color information
#223914 (or 0x223914) is known color: Black Forest. HEX triplet: 22, 39 and 14. RGB value is (34,57,20). Sum of RGB (Red+Green+Blue) = 34+57+20=111 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.63% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #223914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223914 is #DDC6EB. Grayscale: #2E2E2E. Windows color (decimal): -14534380 or 1325346. OLE color: 1325346.
HSL color Cylindrical-coordinate representation of color #223914: hue angle of 97.3º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #223914 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 57 | 20 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.78 |
| HSL | 97.3º | 0.48% | 0.15% | - |
| HSV(B) | 97.3º | 0.65% | 0.22% | - |
| XYZ | 2.25 | 3.32 | 1.18 | - |
| YUV | 45.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 20 | 0.40 | 0 | 0.65 | 0.78 | 97.3 | 0.48 | 0.15 |
| Hex | 22 | 39 | 14 | 28 | 0 | 41 | 4E | 61 | 30 | F |
| Octal | 42 | 71 | 24 | 50 | 0 | 101 | 116 | 141 | 60 | 17 |
| Binary | 100010 | 111001 | 10100 | 101000 | 0 | 1000001 | 1001110 | 1100001 | 110000 | 1111 |
Color Harmonies of #223914
Complementary color
Monochromatic Colors of #223914
Black with #223914
Text Example
Text Example
White with #223914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223914; }
p { color: rgb(34,57,20); }
H1.HeaderClassName
{
color: #223914;
}
.AnyTagClassName
{
color: #223914;
}
</style>
background-color css
<style>
a { background-color: #223914; }
a { background-color: rgb(34,57,20); }
div.DivClassName
{
background-color: #223914;
}
.BgClassName
{
background-color: #223914;
}
</style>
border-color css
<style>
span { border-color: #223914; }
span { border-color: rgb(34,57,20); }
td.TdClassName
{
border-color: #223914;
}
.TagClassName
{
border-color: #223914;
}
</style>