Shades of Black Forest #232A1E
Tints of Black Forest #232A1E
RGB
CMYK
RGB Variations
Color information
#232A1E (or 0x232A1E) is known color: Black Forest. HEX triplet: 23, 2A and 1E. RGB value is (35,42,30). Sum of RGB (Red+Green+Blue) = 35+42+30=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 42 - color contains mainly: green. Hex color #232A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A1E is #DCD5E1. Grayscale: #262626. Windows color (decimal): -14472674 or 1976867. OLE color: 1976867.
HSL color Cylindrical-coordinate representation of color #232A1E: hue angle of 95º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #232A1E is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 30 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.84 |
| HSL | 95º | 0.17% | 0.14% | - |
| HSV(B) | 95º | 0.29% | 0.16% | - |
| XYZ | 1.76 | 2.11 | 1.54 | - |
| YUV | 38.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 30 | 0.17 | 0 | 0.29 | 0.84 | 95 | 0.17 | 0.14 |
| Hex | 23 | 2A | 1E | 11 | 0 | 1D | 54 | 5F | 11 | E |
| Octal | 43 | 52 | 36 | 21 | 0 | 35 | 124 | 137 | 21 | 16 |
| Binary | 100011 | 101010 | 11110 | 10001 | 0 | 11101 | 1010100 | 1011111 | 10001 | 1110 |
Color Harmonies of #232A1E
Complementary color
Monochromatic Colors of #232A1E
Black with #232A1E
Text Example
Text Example
White with #232A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A1E; }
p { color: rgb(35,42,30); }
H1.HeaderClassName
{
color: #232A1E;
}
.AnyTagClassName
{
color: #232A1E;
}
</style>
background-color css
<style>
a { background-color: #232A1E; }
a { background-color: rgb(35,42,30); }
div.DivClassName
{
background-color: #232A1E;
}
.BgClassName
{
background-color: #232A1E;
}
</style>
border-color css
<style>
span { border-color: #232A1E; }
span { border-color: rgb(35,42,30); }
td.TdClassName
{
border-color: #232A1E;
}
.TagClassName
{
border-color: #232A1E;
}
</style>