Shades of Black Forest #233A15
Tints of Black Forest #233A15
RGB
CMYK
RGB Variations
Color information
#233A15 (or 0x233A15) is known color: Black Forest. HEX triplet: 23, 3A and 15. RGB value is (35,58,21). Sum of RGB (Red+Green+Blue) = 35+58+21=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #233A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233A15 is #DCC5EA. Grayscale: #2F2F2F. Windows color (decimal): -14468587 or 1391139. OLE color: 1391139.
HSL color Cylindrical-coordinate representation of color #233A15: hue angle of 97.3º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #233A15 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 21 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.77 |
| HSL | 97.3º | 0.47% | 0.15% | - |
| HSV(B) | 97.3º | 0.64% | 0.23% | - |
| XYZ | 2.34 | 3.44 | 1.25 | - |
| YUV | 46.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 21 | 0.40 | 0 | 0.64 | 0.77 | 97.3 | 0.47 | 0.15 |
| Hex | 23 | 3A | 15 | 28 | 0 | 40 | 4D | 61 | 2F | F |
| Octal | 43 | 72 | 25 | 50 | 0 | 100 | 115 | 141 | 57 | 17 |
| Binary | 100011 | 111010 | 10101 | 101000 | 0 | 1000000 | 1001101 | 1100001 | 101111 | 1111 |
Color Harmonies of #233A15
Complementary color
Monochromatic Colors of #233A15
Black with #233A15
Text Example
Text Example
White with #233A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A15; }
p { color: rgb(35,58,21); }
H1.HeaderClassName
{
color: #233A15;
}
.AnyTagClassName
{
color: #233A15;
}
</style>
background-color css
<style>
a { background-color: #233A15; }
a { background-color: rgb(35,58,21); }
div.DivClassName
{
background-color: #233A15;
}
.BgClassName
{
background-color: #233A15;
}
</style>
border-color css
<style>
span { border-color: #233A15; }
span { border-color: rgb(35,58,21); }
td.TdClassName
{
border-color: #233A15;
}
.TagClassName
{
border-color: #233A15;
}
</style>