Shades of Black Forest #233D0F
Tints of Black Forest #233D0F
RGB
CMYK
RGB Variations
Color information
#233D0F (or 0x233D0F) is known color: Black Forest. HEX triplet: 23, 3D and 0F. RGB value is (35,61,15). Sum of RGB (Red+Green+Blue) = 35+61+15=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #233D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233D0F is #DCC2F0. Grayscale: #303030. Windows color (decimal): -14467825 or 998691. OLE color: 998691.
HSL color Cylindrical-coordinate representation of color #233D0F: hue angle of 93.91º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #233D0F is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 61 | 15 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.76 |
| HSL | 93.91º | 0.61% | 0.15% | - |
| HSV(B) | 93.91º | 0.75% | 0.24% | - |
| XYZ | 2.45 | 3.73 | 1.04 | - |
| YUV | 47.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 15 | 0.43 | 0 | 0.75 | 0.76 | 93.91 | 0.61 | 0.15 |
| Hex | 23 | 3D | F | 2B | 0 | 4B | 4C | 5E | 3D | F |
| Octal | 43 | 75 | 17 | 53 | 0 | 113 | 114 | 136 | 75 | 17 |
| Binary | 100011 | 111101 | 1111 | 101011 | 0 | 1001011 | 1001100 | 1011110 | 111101 | 1111 |
Color Harmonies of #233D0F
Complementary color
Monochromatic Colors of #233D0F
Black with #233D0F
Text Example
Text Example
White with #233D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D0F; }
p { color: rgb(35,61,15); }
H1.HeaderClassName
{
color: #233D0F;
}
.AnyTagClassName
{
color: #233D0F;
}
</style>
background-color css
<style>
a { background-color: #233D0F; }
a { background-color: rgb(35,61,15); }
div.DivClassName
{
background-color: #233D0F;
}
.BgClassName
{
background-color: #233D0F;
}
</style>
border-color css
<style>
span { border-color: #233D0F; }
span { border-color: rgb(35,61,15); }
td.TdClassName
{
border-color: #233D0F;
}
.TagClassName
{
border-color: #233D0F;
}
</style>