Shades of Black Forest #303A27
Tints of Black Forest #303A27
RGB
CMYK
RGB Variations
Color information
#303A27 (or 0x303A27) is known color: Black Forest. HEX triplet: 30, 3A and 27. RGB value is (48,58,39). Sum of RGB (Red+Green+Blue) = 48+58+39=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 58 - color contains mainly: green. Hex color #303A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A27 is #CFC5D8. Grayscale: #343434. Windows color (decimal): -13616601 or 2570800. OLE color: 2570800.
HSL color Cylindrical-coordinate representation of color #303A27: hue angle of 91.58º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #303A27 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 48 | 58 | 39 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.77 |
| HSL | 91.58º | 0.2% | 0.19% | - |
| HSV(B) | 91.58º | 0.33% | 0.23% | - |
| XYZ | 3.1 | 3.8 | 2.49 | - |
| YUV | 52.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 39 | 0.17 | 0 | 0.33 | 0.77 | 91.58 | 0.2 | 0.19 |
| Hex | 30 | 3A | 27 | 11 | 0 | 21 | 4D | 5C | 14 | 13 |
| Octal | 60 | 72 | 47 | 21 | 0 | 41 | 115 | 134 | 24 | 23 |
| Binary | 110000 | 111010 | 100111 | 10001 | 0 | 100001 | 1001101 | 1011100 | 10100 | 10011 |
Color Harmonies of #303A27
Complementary color
Monochromatic Colors of #303A27
Black with #303A27
Text Example
Text Example
White with #303A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A27; }
p { color: rgb(48,58,39); }
H1.HeaderClassName
{
color: #303A27;
}
.AnyTagClassName
{
color: #303A27;
}
</style>
background-color css
<style>
a { background-color: #303A27; }
a { background-color: rgb(48,58,39); }
div.DivClassName
{
background-color: #303A27;
}
.BgClassName
{
background-color: #303A27;
}
</style>
border-color css
<style>
span { border-color: #303A27; }
span { border-color: rgb(48,58,39); }
td.TdClassName
{
border-color: #303A27;
}
.TagClassName
{
border-color: #303A27;
}
</style>