Shades of Black Forest #1F221D
Tints of Black Forest #1F221D
RGB
CMYK
RGB Variations
Color information
#1F221D (or 0x1F221D) is known color: Black Forest. HEX triplet: 1F, 22 and 1D. RGB value is (31,34,29). Sum of RGB (Red+Green+Blue) = 31+34+29=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 34 - color contains mainly: green. Hex color #1F221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F221D is #E0DDE2. Grayscale: #202020. Windows color (decimal): -14736867 or 1909279. OLE color: 1909279.
HSL color Cylindrical-coordinate representation of color #1F221D: hue angle of 96º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1F221D is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
RGB | 31 | 34 | 29 | - |
CMYK | 0.09 | 0 | 0.15 | 0.87 |
HSL | 96º | 0.08% | 0.12% | - |
HSV(B) | 96º | 0.15% | 0.13% | - |
XYZ | 1.36 | 1.52 | 1.38 | - |
YUV | 32.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 34 | 29 | 0.09 | 0 | 0.15 | 0.87 | 96 | 0.08 | 0.12 |
Hex | 1F | 22 | 1D | 9 | 0 | F | 57 | 60 | 8 | C |
Octal | 37 | 42 | 35 | 11 | 0 | 17 | 127 | 140 | 10 | 14 |
Binary | 11111 | 100010 | 11101 | 1001 | 0 | 1111 | 1010111 | 1100000 | 1000 | 1100 |
Color Harmonies of #1F221D
Complementary color
Monochromatic Colors of #1F221D
Black with #1F221D
Text Example
Text Example
White with #1F221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F221D; }
p { color: rgb(31,34,29); }
H1.HeaderClassName
{
color: #1F221D;
}
.AnyTagClassName
{
color: #1F221D;
}
</style>
background-color css
<style>
a { background-color: #1F221D; }
a { background-color: rgb(31,34,29); }
div.DivClassName
{
background-color: #1F221D;
}
.BgClassName
{
background-color: #1F221D;
}
</style>
border-color css
<style>
span { border-color: #1F221D; }
span { border-color: rgb(31,34,29); }
td.TdClassName
{
border-color: #1F221D;
}
.TagClassName
{
border-color: #1F221D;
}
</style>