Shades of Black Forest #232C1F
Tints of Black Forest #232C1F
RGB
CMYK
RGB Variations
Color information
#232C1F (or 0x232C1F) is known color: Black Forest. HEX triplet: 23, 2C and 1F. RGB value is (35,44,31). Sum of RGB (Red+Green+Blue) = 35+44+31=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 44 - color contains mainly: green. Hex color #232C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C1F is #DCD3E0. Grayscale: #272727. Windows color (decimal): -14472161 or 2042915. OLE color: 2042915.
HSL color Cylindrical-coordinate representation of color #232C1F: hue angle of 101.54º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #232C1F is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 44 | 31 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.83 |
| HSL | 101.54º | 0.17% | 0.15% | - |
| HSV(B) | 101.54º | 0.3% | 0.17% | - |
| XYZ | 1.84 | 2.26 | 1.64 | - |
| YUV | 39.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 31 | 0.20 | 0 | 0.30 | 0.83 | 101.54 | 0.17 | 0.15 |
| Hex | 23 | 2C | 1F | 14 | 0 | 1E | 53 | 66 | 11 | F |
| Octal | 43 | 54 | 37 | 24 | 0 | 36 | 123 | 146 | 21 | 17 |
| Binary | 100011 | 101100 | 11111 | 10100 | 0 | 11110 | 1010011 | 1100110 | 10001 | 1111 |
Color Harmonies of #232C1F
Complementary color
Monochromatic Colors of #232C1F
Black with #232C1F
Text Example
Text Example
White with #232C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C1F; }
p { color: rgb(35,44,31); }
H1.HeaderClassName
{
color: #232C1F;
}
.AnyTagClassName
{
color: #232C1F;
}
</style>
background-color css
<style>
a { background-color: #232C1F; }
a { background-color: rgb(35,44,31); }
div.DivClassName
{
background-color: #232C1F;
}
.BgClassName
{
background-color: #232C1F;
}
</style>
border-color css
<style>
span { border-color: #232C1F; }
span { border-color: rgb(35,44,31); }
td.TdClassName
{
border-color: #232C1F;
}
.TagClassName
{
border-color: #232C1F;
}
</style>