Shades of Black Forest #233C15
Tints of Black Forest #233C15
RGB
CMYK
RGB Variations
Color information
#233C15 (or 0x233C15) is known color: Black Forest. HEX triplet: 23, 3C and 15. RGB value is (35,60,21). Sum of RGB (Red+Green+Blue) = 35+60+21=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 60 (23.83% from 255 or 51.72% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 60 - color contains mainly: green. Hex color #233C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233C15 is #DCC3EA. Grayscale: #303030. Windows color (decimal): -14468075 or 1391651. OLE color: 1391651.
HSL color Cylindrical-coordinate representation of color #233C15: hue angle of 98.46º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233C15 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 60 | 21 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.76 |
| HSL | 98.46º | 0.48% | 0.16% | - |
| HSV(B) | 98.46º | 0.65% | 0.24% | - |
| XYZ | 2.44 | 3.64 | 1.28 | - |
| YUV | 48.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 21 | 0.42 | 0 | 0.65 | 0.76 | 98.46 | 0.48 | 0.16 |
| Hex | 23 | 3C | 15 | 2A | 0 | 41 | 4C | 62 | 30 | 10 |
| Octal | 43 | 74 | 25 | 52 | 0 | 101 | 114 | 142 | 60 | 20 |
| Binary | 100011 | 111100 | 10101 | 101010 | 0 | 1000001 | 1001100 | 1100010 | 110000 | 10000 |
Color Harmonies of #233C15
Complementary color
Monochromatic Colors of #233C15
Black with #233C15
Text Example
Text Example
White with #233C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C15; }
p { color: rgb(35,60,21); }
H1.HeaderClassName
{
color: #233C15;
}
.AnyTagClassName
{
color: #233C15;
}
</style>
background-color css
<style>
a { background-color: #233C15; }
a { background-color: rgb(35,60,21); }
div.DivClassName
{
background-color: #233C15;
}
.BgClassName
{
background-color: #233C15;
}
</style>
border-color css
<style>
span { border-color: #233C15; }
span { border-color: rgb(35,60,21); }
td.TdClassName
{
border-color: #233C15;
}
.TagClassName
{
border-color: #233C15;
}
</style>