Shades of Black Forest #21271F
Tints of Black Forest #21271F
RGB
CMYK
RGB Variations
Color information
#21271F (or 0x21271F) is known color: Black Forest. HEX triplet: 21, 27 and 1F. RGB value is (33,39,31). Sum of RGB (Red+Green+Blue) = 33+39+31=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 39 - color contains mainly: green. Hex color #21271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21271F is #DED8E0. Grayscale: #242424. Windows color (decimal): -14604513 or 2041633. OLE color: 2041633.
HSL color Cylindrical-coordinate representation of color #21271F: hue angle of 105º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #21271F is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 39 | 31 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.85 |
| HSL | 105º | 0.11% | 0.14% | - |
| HSV(B) | 105º | 0.21% | 0.15% | - |
| XYZ | 1.6 | 1.87 | 1.57 | - |
| YUV | 36.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 31 | 0.15 | 0 | 0.21 | 0.85 | 105 | 0.11 | 0.14 |
| Hex | 21 | 27 | 1F | F | 0 | 15 | 55 | 69 | B | E |
| Octal | 41 | 47 | 37 | 17 | 0 | 25 | 125 | 151 | 13 | 16 |
| Binary | 100001 | 100111 | 11111 | 1111 | 0 | 10101 | 1010101 | 1101001 | 1011 | 1110 |
Color Harmonies of #21271F
Complementary color
Monochromatic Colors of #21271F
Black with #21271F
Text Example
Text Example
White with #21271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21271F; }
p { color: rgb(33,39,31); }
H1.HeaderClassName
{
color: #21271F;
}
.AnyTagClassName
{
color: #21271F;
}
</style>
background-color css
<style>
a { background-color: #21271F; }
a { background-color: rgb(33,39,31); }
div.DivClassName
{
background-color: #21271F;
}
.BgClassName
{
background-color: #21271F;
}
</style>
border-color css
<style>
span { border-color: #21271F; }
span { border-color: rgb(33,39,31); }
td.TdClassName
{
border-color: #21271F;
}
.TagClassName
{
border-color: #21271F;
}
</style>