Shades of Black Forest #232A1F
Tints of Black Forest #232A1F
RGB
CMYK
RGB Variations
Color information
#232A1F (or 0x232A1F) is known color: Black Forest. HEX triplet: 23, 2A and 1F. RGB value is (35,42,31). Sum of RGB (Red+Green+Blue) = 35+42+31=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 42 - color contains mainly: green. Hex color #232A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A1F is #DCD5E0. Grayscale: #262626. Windows color (decimal): -14472673 or 2042403. OLE color: 2042403.
HSL color Cylindrical-coordinate representation of color #232A1F: hue angle of 98.18º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #232A1F is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 42 | 31 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.84 |
| HSL | 98.18º | 0.15% | 0.14% | - |
| HSV(B) | 98.18º | 0.26% | 0.16% | - |
| XYZ | 1.77 | 2.11 | 1.61 | - |
| YUV | 38.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 31 | 0.17 | 0 | 0.26 | 0.84 | 98.18 | 0.15 | 0.14 |
| Hex | 23 | 2A | 1F | 11 | 0 | 1A | 54 | 62 | F | E |
| Octal | 43 | 52 | 37 | 21 | 0 | 32 | 124 | 142 | 17 | 16 |
| Binary | 100011 | 101010 | 11111 | 10001 | 0 | 11010 | 1010100 | 1100010 | 1111 | 1110 |
Color Harmonies of #232A1F
Complementary color
Monochromatic Colors of #232A1F
Black with #232A1F
Text Example
Text Example
White with #232A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A1F; }
p { color: rgb(35,42,31); }
H1.HeaderClassName
{
color: #232A1F;
}
.AnyTagClassName
{
color: #232A1F;
}
</style>
background-color css
<style>
a { background-color: #232A1F; }
a { background-color: rgb(35,42,31); }
div.DivClassName
{
background-color: #232A1F;
}
.BgClassName
{
background-color: #232A1F;
}
</style>
border-color css
<style>
span { border-color: #232A1F; }
span { border-color: rgb(35,42,31); }
td.TdClassName
{
border-color: #232A1F;
}
.TagClassName
{
border-color: #232A1F;
}
</style>