Shades of Black Forest #1F231E
Tints of Black Forest #1F231E
RGB
CMYK
RGB Variations
Color information
#1F231E (or 0x1F231E) is known color: Black Forest. HEX triplet: 1F, 23 and 1E. RGB value is (31,35,30). Sum of RGB (Red+Green+Blue) = 31+35+30=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 35 - color contains mainly: green. Hex color #1F231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F231E is #E0DCE1. Grayscale: #212121. Windows color (decimal): -14736610 or 1975071. OLE color: 1975071.
HSL color Cylindrical-coordinate representation of color #1F231E: hue angle of 108º degrees, saturation: 0.08, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1F231E is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
RGB | 31 | 35 | 30 | - |
CMYK | 0.11 | 0 | 0.14 | 0.86 |
HSL | 108º | 0.08% | 0.13% | - |
HSV(B) | 108º | 0.14% | 0.14% | - |
XYZ | 1.4 | 1.59 | 1.46 | - |
YUV | 33.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 35 | 30 | 0.11 | 0 | 0.14 | 0.86 | 108 | 0.08 | 0.13 |
Hex | 1F | 23 | 1E | B | 0 | E | 56 | 6C | 8 | D |
Octal | 37 | 43 | 36 | 13 | 0 | 16 | 126 | 154 | 10 | 15 |
Binary | 11111 | 100011 | 11110 | 1011 | 0 | 1110 | 1010110 | 1101100 | 1000 | 1101 |
Color Harmonies of #1F231E
Complementary color
Monochromatic Colors of #1F231E
Black with #1F231E
Text Example
Text Example
White with #1F231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F231E; }
p { color: rgb(31,35,30); }
H1.HeaderClassName
{
color: #1F231E;
}
.AnyTagClassName
{
color: #1F231E;
}
</style>
background-color css
<style>
a { background-color: #1F231E; }
a { background-color: rgb(31,35,30); }
div.DivClassName
{
background-color: #1F231E;
}
.BgClassName
{
background-color: #1F231E;
}
</style>
border-color css
<style>
span { border-color: #1F231E; }
span { border-color: rgb(31,35,30); }
td.TdClassName
{
border-color: #1F231E;
}
.TagClassName
{
border-color: #1F231E;
}
</style>