Shades of Black Forest #303F27
Tints of Black Forest #303F27
RGB
CMYK
RGB Variations
Color information
#303F27 (or 0x303F27) is known color: Black Forest. HEX triplet: 30, 3F and 27. RGB value is (48,63,39). Sum of RGB (Red+Green+Blue) = 48+63+39=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 63 - color contains mainly: green. Hex color #303F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F27 is #CFC0D8. Grayscale: #373737. Windows color (decimal): -13615321 or 2572080. OLE color: 2572080.
HSL color Cylindrical-coordinate representation of color #303F27: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #303F27 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 39 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.75 |
| HSL | 97.5º | 0.24% | 0.2% | - |
| HSV(B) | 97.5º | 0.38% | 0.25% | - |
| XYZ | 3.36 | 4.33 | 2.58 | - |
| YUV | 55.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 39 | 0.24 | 0 | 0.38 | 0.75 | 97.5 | 0.24 | 0.2 |
| Hex | 30 | 3F | 27 | 18 | 0 | 26 | 4B | 62 | 18 | 14 |
| Octal | 60 | 77 | 47 | 30 | 0 | 46 | 113 | 142 | 30 | 24 |
| Binary | 110000 | 111111 | 100111 | 11000 | 0 | 100110 | 1001011 | 1100010 | 11000 | 10100 |
Color Harmonies of #303F27
Complementary color
Monochromatic Colors of #303F27
Black with #303F27
Text Example
Text Example
White with #303F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F27; }
p { color: rgb(48,63,39); }
H1.HeaderClassName
{
color: #303F27;
}
.AnyTagClassName
{
color: #303F27;
}
</style>
background-color css
<style>
a { background-color: #303F27; }
a { background-color: rgb(48,63,39); }
div.DivClassName
{
background-color: #303F27;
}
.BgClassName
{
background-color: #303F27;
}
</style>
border-color css
<style>
span { border-color: #303F27; }
span { border-color: rgb(48,63,39); }
td.TdClassName
{
border-color: #303F27;
}
.TagClassName
{
border-color: #303F27;
}
</style>