Shades of Black Forest #233F11
Tints of Black Forest #233F11
RGB
CMYK
RGB Variations
Color information
#233F11 (or 0x233F11) is known color: Black Forest. HEX triplet: 23, 3F and 11. RGB value is (35,63,17). Sum of RGB (Red+Green+Blue) = 35+63+17=115 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.43% from 115); Green value is 63 (25% from 255 or 54.78% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 63 - color contains mainly: green. Hex color #233F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233F11 is #DCC0EE. Grayscale: #313131. Windows color (decimal): -14467311 or 1130275. OLE color: 1130275.
HSL color Cylindrical-coordinate representation of color #233F11: hue angle of 96.52º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #233F11 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 63 | 17 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.75 |
| HSL | 96.52º | 0.58% | 0.16% | - |
| HSV(B) | 96.52º | 0.73% | 0.25% | - |
| XYZ | 2.57 | 3.95 | 1.16 | - |
| YUV | 49.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 17 | 0.44 | 0 | 0.73 | 0.75 | 96.52 | 0.58 | 0.16 |
| Hex | 23 | 3F | 11 | 2C | 0 | 49 | 4B | 61 | 3A | 10 |
| Octal | 43 | 77 | 21 | 54 | 0 | 111 | 113 | 141 | 72 | 20 |
| Binary | 100011 | 111111 | 10001 | 101100 | 0 | 1001001 | 1001011 | 1100001 | 111010 | 10000 |
Color Harmonies of #233F11
Complementary color
Monochromatic Colors of #233F11
Black with #233F11
Text Example
Text Example
White with #233F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F11; }
p { color: rgb(35,63,17); }
H1.HeaderClassName
{
color: #233F11;
}
.AnyTagClassName
{
color: #233F11;
}
</style>
background-color css
<style>
a { background-color: #233F11; }
a { background-color: rgb(35,63,17); }
div.DivClassName
{
background-color: #233F11;
}
.BgClassName
{
background-color: #233F11;
}
</style>
border-color css
<style>
span { border-color: #233F11; }
span { border-color: rgb(35,63,17); }
td.TdClassName
{
border-color: #233F11;
}
.TagClassName
{
border-color: #233F11;
}
</style>