Shades of Black Forest #303C27
Tints of Black Forest #303C27
RGB
CMYK
RGB Variations
Color information
#303C27 (or 0x303C27) is known color: Black Forest. HEX triplet: 30, 3C and 27. RGB value is (48,60,39). Sum of RGB (Red+Green+Blue) = 48+60+39=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 60 - color contains mainly: green. Hex color #303C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C27 is #CFC3D8. Grayscale: #363636. Windows color (decimal): -13616089 or 2571312. OLE color: 2571312.
HSL color Cylindrical-coordinate representation of color #303C27: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #303C27 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 60 | 39 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.76 |
| HSL | 94.29º | 0.21% | 0.19% | - |
| HSV(B) | 94.29º | 0.35% | 0.24% | - |
| XYZ | 3.2 | 4.01 | 2.52 | - |
| YUV | 54.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 39 | 0.20 | 0 | 0.35 | 0.76 | 94.29 | 0.21 | 0.19 |
| Hex | 30 | 3C | 27 | 14 | 0 | 23 | 4C | 5E | 15 | 13 |
| Octal | 60 | 74 | 47 | 24 | 0 | 43 | 114 | 136 | 25 | 23 |
| Binary | 110000 | 111100 | 100111 | 10100 | 0 | 100011 | 1001100 | 1011110 | 10101 | 10011 |
Color Harmonies of #303C27
Complementary color
Monochromatic Colors of #303C27
Black with #303C27
Text Example
Text Example
White with #303C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C27; }
p { color: rgb(48,60,39); }
H1.HeaderClassName
{
color: #303C27;
}
.AnyTagClassName
{
color: #303C27;
}
</style>
background-color css
<style>
a { background-color: #303C27; }
a { background-color: rgb(48,60,39); }
div.DivClassName
{
background-color: #303C27;
}
.BgClassName
{
background-color: #303C27;
}
</style>
border-color css
<style>
span { border-color: #303C27; }
span { border-color: rgb(48,60,39); }
td.TdClassName
{
border-color: #303C27;
}
.TagClassName
{
border-color: #303C27;
}
</style>