Shades of Black Forest #273021
Tints of Black Forest #273021
RGB
CMYK
RGB Variations
Color information
#273021 (or 0x273021) is known color: Black Forest. HEX triplet: 27, 30 and 21. RGB value is (39,48,33). Sum of RGB (Red+Green+Blue) = 39+48+33=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #273021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273021 is #D8CFDE. Grayscale: #2B2B2B. Windows color (decimal): -14208991 or 2175015. OLE color: 2175015.
HSL color Cylindrical-coordinate representation of color #273021: hue angle of 96º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #273021 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 48 | 33 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.81 |
| HSL | 96º | 0.19% | 0.16% | - |
| HSV(B) | 96º | 0.31% | 0.19% | - |
| XYZ | 2.17 | 2.66 | 1.84 | - |
| YUV | 43.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 33 | 0.19 | 0 | 0.31 | 0.81 | 96 | 0.19 | 0.16 |
| Hex | 27 | 30 | 21 | 13 | 0 | 1F | 51 | 60 | 13 | 10 |
| Octal | 47 | 60 | 41 | 23 | 0 | 37 | 121 | 140 | 23 | 20 |
| Binary | 100111 | 110000 | 100001 | 10011 | 0 | 11111 | 1010001 | 1100000 | 10011 | 10000 |
Color Harmonies of #273021
Complementary color
Monochromatic Colors of #273021
Black with #273021
Text Example
Text Example
White with #273021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273021; }
p { color: rgb(39,48,33); }
H1.HeaderClassName
{
color: #273021;
}
.AnyTagClassName
{
color: #273021;
}
</style>
background-color css
<style>
a { background-color: #273021; }
a { background-color: rgb(39,48,33); }
div.DivClassName
{
background-color: #273021;
}
.BgClassName
{
background-color: #273021;
}
</style>
border-color css
<style>
span { border-color: #273021; }
span { border-color: rgb(39,48,33); }
td.TdClassName
{
border-color: #273021;
}
.TagClassName
{
border-color: #273021;
}
</style>