Shades of Black Forest #233A13
Tints of Black Forest #233A13
RGB
CMYK
RGB Variations
Color information
#233A13 (or 0x233A13) is known color: Black Forest. HEX triplet: 23, 3A and 13. RGB value is (35,58,19). Sum of RGB (Red+Green+Blue) = 35+58+19=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #233A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233A13 is #DCC5EC. Grayscale: #2E2E2E. Windows color (decimal): -14468589 or 1260067. OLE color: 1260067.
HSL color Cylindrical-coordinate representation of color #233A13: hue angle of 95.38º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #233A13 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 19 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.77 |
| HSL | 95.38º | 0.51% | 0.15% | - |
| HSV(B) | 95.38º | 0.67% | 0.23% | - |
| XYZ | 2.32 | 3.43 | 1.16 | - |
| YUV | 46.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 19 | 0.40 | 0 | 0.67 | 0.77 | 95.38 | 0.51 | 0.15 |
| Hex | 23 | 3A | 13 | 28 | 0 | 43 | 4D | 5F | 33 | F |
| Octal | 43 | 72 | 23 | 50 | 0 | 103 | 115 | 137 | 63 | 17 |
| Binary | 100011 | 111010 | 10011 | 101000 | 0 | 1000011 | 1001101 | 1011111 | 110011 | 1111 |
Color Harmonies of #233A13
Complementary color
Monochromatic Colors of #233A13
Black with #233A13
Text Example
Text Example
White with #233A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A13; }
p { color: rgb(35,58,19); }
H1.HeaderClassName
{
color: #233A13;
}
.AnyTagClassName
{
color: #233A13;
}
</style>
background-color css
<style>
a { background-color: #233A13; }
a { background-color: rgb(35,58,19); }
div.DivClassName
{
background-color: #233A13;
}
.BgClassName
{
background-color: #233A13;
}
</style>
border-color css
<style>
span { border-color: #233A13; }
span { border-color: rgb(35,58,19); }
td.TdClassName
{
border-color: #233A13;
}
.TagClassName
{
border-color: #233A13;
}
</style>