Shades of Black Forest #233B16
Tints of Black Forest #233B16
RGB
CMYK
RGB Variations
Color information
#233B16 (or 0x233B16) is known color: Black Forest. HEX triplet: 23, 3B and 16. RGB value is (35,59,22). Sum of RGB (Red+Green+Blue) = 35+59+22=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #233B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233B16 is #DCC4E9. Grayscale: #2F2F2F. Windows color (decimal): -14468330 or 1456931. OLE color: 1456931.
HSL color Cylindrical-coordinate representation of color #233B16: hue angle of 98.92º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #233B16 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 59 | 22 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.77 |
| HSL | 98.92º | 0.46% | 0.16% | - |
| HSV(B) | 98.92º | 0.63% | 0.23% | - |
| XYZ | 2.4 | 3.54 | 1.32 | - |
| YUV | 47.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 59 | 22 | 0.41 | 0 | 0.63 | 0.77 | 98.92 | 0.46 | 0.16 |
| Hex | 23 | 3B | 16 | 29 | 0 | 3F | 4D | 63 | 2E | 10 |
| Octal | 43 | 73 | 26 | 51 | 0 | 77 | 115 | 143 | 56 | 20 |
| Binary | 100011 | 111011 | 10110 | 101001 | 0 | 111111 | 1001101 | 1100011 | 101110 | 10000 |
Color Harmonies of #233B16
Complementary color
Monochromatic Colors of #233B16
Black with #233B16
Text Example
Text Example
White with #233B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233B16; }
p { color: rgb(35,59,22); }
H1.HeaderClassName
{
color: #233B16;
}
.AnyTagClassName
{
color: #233B16;
}
</style>
background-color css
<style>
a { background-color: #233B16; }
a { background-color: rgb(35,59,22); }
div.DivClassName
{
background-color: #233B16;
}
.BgClassName
{
background-color: #233B16;
}
</style>
border-color css
<style>
span { border-color: #233B16; }
span { border-color: rgb(35,59,22); }
td.TdClassName
{
border-color: #233B16;
}
.TagClassName
{
border-color: #233B16;
}
</style>