Shades of Black Forest #273023
Tints of Black Forest #273023
RGB
CMYK
RGB Variations
Color information
#273023 (or 0x273023) is known color: Black Forest. HEX triplet: 27, 30 and 23. RGB value is (39,48,35). Sum of RGB (Red+Green+Blue) = 39+48+35=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 48 - color contains mainly: green. Hex color #273023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273023 is #D8CFDC. Grayscale: #2B2B2B. Windows color (decimal): -14208989 or 2306087. OLE color: 2306087.
HSL color Cylindrical-coordinate representation of color #273023: hue angle of 101.54º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #273023 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 48 | 35 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.81 |
| HSL | 101.54º | 0.16% | 0.16% | - |
| HSV(B) | 101.54º | 0.27% | 0.19% | - |
| XYZ | 2.2 | 2.67 | 1.99 | - |
| YUV | 43.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 35 | 0.19 | 0 | 0.27 | 0.81 | 101.54 | 0.16 | 0.16 |
| Hex | 27 | 30 | 23 | 13 | 0 | 1B | 51 | 66 | 10 | 10 |
| Octal | 47 | 60 | 43 | 23 | 0 | 33 | 121 | 146 | 20 | 20 |
| Binary | 100111 | 110000 | 100011 | 10011 | 0 | 11011 | 1010001 | 1100110 | 10000 | 10000 |
Color Harmonies of #273023
Complementary color
Monochromatic Colors of #273023
Black with #273023
Text Example
Text Example
White with #273023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273023; }
p { color: rgb(39,48,35); }
H1.HeaderClassName
{
color: #273023;
}
.AnyTagClassName
{
color: #273023;
}
</style>
background-color css
<style>
a { background-color: #273023; }
a { background-color: rgb(39,48,35); }
div.DivClassName
{
background-color: #273023;
}
.BgClassName
{
background-color: #273023;
}
</style>
border-color css
<style>
span { border-color: #273023; }
span { border-color: rgb(39,48,35); }
td.TdClassName
{
border-color: #273023;
}
.TagClassName
{
border-color: #273023;
}
</style>