Shades of Black Forest #273221
Tints of Black Forest #273221
RGB
CMYK
RGB Variations
Color information
#273221 (or 0x273221) is known color: Black Forest. HEX triplet: 27, 32 and 21. RGB value is (39,50,33). Sum of RGB (Red+Green+Blue) = 39+50+33=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #273221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273221 is #D8CDDE. Grayscale: #2C2C2C. Windows color (decimal): -14208479 or 2175527. OLE color: 2175527.
HSL color Cylindrical-coordinate representation of color #273221: hue angle of 98.82º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #273221 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 50 | 33 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.80 |
| HSL | 98.82º | 0.2% | 0.16% | - |
| HSV(B) | 98.82º | 0.34% | 0.2% | - |
| XYZ | 2.25 | 2.82 | 1.86 | - |
| YUV | 44.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 33 | 0.22 | 0 | 0.34 | 0.80 | 98.82 | 0.2 | 0.16 |
| Hex | 27 | 32 | 21 | 16 | 0 | 22 | 50 | 63 | 14 | 10 |
| Octal | 47 | 62 | 41 | 26 | 0 | 42 | 120 | 143 | 24 | 20 |
| Binary | 100111 | 110010 | 100001 | 10110 | 0 | 100010 | 1010000 | 1100011 | 10100 | 10000 |
Color Harmonies of #273221
Complementary color
Monochromatic Colors of #273221
Black with #273221
Text Example
Text Example
White with #273221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273221; }
p { color: rgb(39,50,33); }
H1.HeaderClassName
{
color: #273221;
}
.AnyTagClassName
{
color: #273221;
}
</style>
background-color css
<style>
a { background-color: #273221; }
a { background-color: rgb(39,50,33); }
div.DivClassName
{
background-color: #273221;
}
.BgClassName
{
background-color: #273221;
}
</style>
border-color css
<style>
span { border-color: #273221; }
span { border-color: rgb(39,50,33); }
td.TdClassName
{
border-color: #273221;
}
.TagClassName
{
border-color: #273221;
}
</style>