Shades of Black Forest #232F1F
Tints of Black Forest #232F1F
RGB
CMYK
RGB Variations
Color information
#232F1F (or 0x232F1F) is known color: Black Forest. HEX triplet: 23, 2F and 1F. RGB value is (35,47,31). Sum of RGB (Red+Green+Blue) = 35+47+31=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 47 - color contains mainly: green. Hex color #232F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F1F is #DCD0E0. Grayscale: #292929. Windows color (decimal): -14471393 or 2043683. OLE color: 2043683.
HSL color Cylindrical-coordinate representation of color #232F1F: hue angle of 105º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #232F1F is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 47 | 31 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.82 |
| HSL | 105º | 0.21% | 0.15% | - |
| HSV(B) | 105º | 0.34% | 0.18% | - |
| XYZ | 1.96 | 2.49 | 1.67 | - |
| YUV | 41.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 31 | 0.26 | 0 | 0.34 | 0.82 | 105 | 0.21 | 0.15 |
| Hex | 23 | 2F | 1F | 1A | 0 | 22 | 52 | 69 | 15 | F |
| Octal | 43 | 57 | 37 | 32 | 0 | 42 | 122 | 151 | 25 | 17 |
| Binary | 100011 | 101111 | 11111 | 11010 | 0 | 100010 | 1010010 | 1101001 | 10101 | 1111 |
Color Harmonies of #232F1F
Complementary color
Monochromatic Colors of #232F1F
Black with #232F1F
Text Example
Text Example
White with #232F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F1F; }
p { color: rgb(35,47,31); }
H1.HeaderClassName
{
color: #232F1F;
}
.AnyTagClassName
{
color: #232F1F;
}
</style>
background-color css
<style>
a { background-color: #232F1F; }
a { background-color: rgb(35,47,31); }
div.DivClassName
{
background-color: #232F1F;
}
.BgClassName
{
background-color: #232F1F;
}
</style>
border-color css
<style>
span { border-color: #232F1F; }
span { border-color: rgb(35,47,31); }
td.TdClassName
{
border-color: #232F1F;
}
.TagClassName
{
border-color: #232F1F;
}
</style>