Shades of Black Forest #223B0F
Tints of Black Forest #223B0F
RGB
CMYK
RGB Variations
Color information
#223B0F (or 0x223B0F) is known color: Black Forest. HEX triplet: 22, 3B and 0F. RGB value is (34,59,15). Sum of RGB (Red+Green+Blue) = 34+59+15=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #223B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223B0F is #DDC4F0. Grayscale: #2E2E2E. Windows color (decimal): -14533873 or 998178. OLE color: 998178.
HSL color Cylindrical-coordinate representation of color #223B0F: hue angle of 94.09º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #223B0F is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 59 | 15 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.77 |
| HSL | 94.09º | 0.59% | 0.15% | - |
| HSV(B) | 94.09º | 0.75% | 0.23% | - |
| XYZ | 2.31 | 3.5 | 1.01 | - |
| YUV | 46.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 15 | 0.42 | 0 | 0.75 | 0.77 | 94.09 | 0.59 | 0.15 |
| Hex | 22 | 3B | F | 2A | 0 | 4B | 4D | 5E | 3B | F |
| Octal | 42 | 73 | 17 | 52 | 0 | 113 | 115 | 136 | 73 | 17 |
| Binary | 100010 | 111011 | 1111 | 101010 | 0 | 1001011 | 1001101 | 1011110 | 111011 | 1111 |
Color Harmonies of #223B0F
Complementary color
Monochromatic Colors of #223B0F
Black with #223B0F
Text Example
Text Example
White with #223B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223B0F; }
p { color: rgb(34,59,15); }
H1.HeaderClassName
{
color: #223B0F;
}
.AnyTagClassName
{
color: #223B0F;
}
</style>
background-color css
<style>
a { background-color: #223B0F; }
a { background-color: rgb(34,59,15); }
div.DivClassName
{
background-color: #223B0F;
}
.BgClassName
{
background-color: #223B0F;
}
</style>
border-color css
<style>
span { border-color: #223B0F; }
span { border-color: rgb(34,59,15); }
td.TdClassName
{
border-color: #223B0F;
}
.TagClassName
{
border-color: #223B0F;
}
</style>