Shades of Black Forest #20251D
Tints of Black Forest #20251D
RGB
CMYK
RGB Variations
Color information
#20251D (or 0x20251D) is known color: Black Forest. HEX triplet: 20, 25 and 1D. RGB value is (32,37,29). Sum of RGB (Red+Green+Blue) = 32+37+29=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 37 - color contains mainly: green. Hex color #20251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20251D is #DFDAE2. Grayscale: #222222. Windows color (decimal): -14670563 or 1910048. OLE color: 1910048.
HSL color Cylindrical-coordinate representation of color #20251D: hue angle of 97.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #20251D is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
RGB | 32 | 37 | 29 | - |
CMYK | 0.14 | 0 | 0.22 | 0.85 |
HSL | 97.5º | 0.12% | 0.13% | - |
HSV(B) | 97.5º | 0.22% | 0.15% | - |
XYZ | 1.48 | 1.72 | 1.42 | - |
YUV | 34.59 | 124.84 | 126.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 37 | 29 | 0.14 | 0 | 0.22 | 0.85 | 97.5 | 0.12 | 0.13 |
Hex | 20 | 25 | 1D | E | 0 | 16 | 55 | 62 | C | D |
Octal | 40 | 45 | 35 | 16 | 0 | 26 | 125 | 142 | 14 | 15 |
Binary | 100000 | 100101 | 11101 | 1110 | 0 | 10110 | 1010101 | 1100010 | 1100 | 1101 |
Color Harmonies of #20251D
Complementary color
Monochromatic Colors of #20251D
Black with #20251D
Text Example
Text Example
White with #20251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20251D; }
p { color: rgb(32,37,29); }
H1.HeaderClassName
{
color: #20251D;
}
.AnyTagClassName
{
color: #20251D;
}
</style>
background-color css
<style>
a { background-color: #20251D; }
a { background-color: rgb(32,37,29); }
div.DivClassName
{
background-color: #20251D;
}
.BgClassName
{
background-color: #20251D;
}
</style>
border-color css
<style>
span { border-color: #20251D; }
span { border-color: rgb(32,37,29); }
td.TdClassName
{
border-color: #20251D;
}
.TagClassName
{
border-color: #20251D;
}
</style>