Shades of Black Forest #273421
Tints of Black Forest #273421
RGB
CMYK
RGB Variations
Color information
#273421 (or 0x273421) is known color: Black Forest. HEX triplet: 27, 34 and 21. RGB value is (39,52,33). Sum of RGB (Red+Green+Blue) = 39+52+33=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #273421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273421 is #D8CBDE. Grayscale: #2E2E2E. Windows color (decimal): -14207967 or 2176039. OLE color: 2176039.
HSL color Cylindrical-coordinate representation of color #273421: hue angle of 101.05º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #273421 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 52 | 33 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.80 |
| HSL | 101.05º | 0.22% | 0.17% | - |
| HSV(B) | 101.05º | 0.37% | 0.2% | - |
| XYZ | 2.34 | 3 | 1.89 | - |
| YUV | 45.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 52 | 33 | 0.25 | 0 | 0.37 | 0.80 | 101.05 | 0.22 | 0.17 |
| Hex | 27 | 34 | 21 | 19 | 0 | 25 | 50 | 65 | 16 | 11 |
| Octal | 47 | 64 | 41 | 31 | 0 | 45 | 120 | 145 | 26 | 21 |
| Binary | 100111 | 110100 | 100001 | 11001 | 0 | 100101 | 1010000 | 1100101 | 10110 | 10001 |
Color Harmonies of #273421
Complementary color
Monochromatic Colors of #273421
Black with #273421
Text Example
Text Example
White with #273421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273421; }
p { color: rgb(39,52,33); }
H1.HeaderClassName
{
color: #273421;
}
.AnyTagClassName
{
color: #273421;
}
</style>
background-color css
<style>
a { background-color: #273421; }
a { background-color: rgb(39,52,33); }
div.DivClassName
{
background-color: #273421;
}
.BgClassName
{
background-color: #273421;
}
</style>
border-color css
<style>
span { border-color: #273421; }
span { border-color: rgb(39,52,33); }
td.TdClassName
{
border-color: #273421;
}
.TagClassName
{
border-color: #273421;
}
</style>