Shades of Black Forest #303927
Tints of Black Forest #303927
RGB
CMYK
RGB Variations
Color information
#303927 (or 0x303927) is known color: Black Forest. HEX triplet: 30, 39 and 27. RGB value is (48,57,39). Sum of RGB (Red+Green+Blue) = 48+57+39=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 57 - color contains mainly: green. Hex color #303927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303927 is #CFC6D8. Grayscale: #343434. Windows color (decimal): -13616857 or 2570544. OLE color: 2570544.
HSL color Cylindrical-coordinate representation of color #303927: hue angle of 90º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #303927 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 57 | 39 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.78 |
| HSL | 90º | 0.19% | 0.19% | - |
| HSV(B) | 90º | 0.32% | 0.22% | - |
| XYZ | 3.05 | 3.7 | 2.47 | - |
| YUV | 52.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 39 | 0.16 | 0 | 0.32 | 0.78 | 90 | 0.19 | 0.19 |
| Hex | 30 | 39 | 27 | 10 | 0 | 20 | 4E | 5A | 13 | 13 |
| Octal | 60 | 71 | 47 | 20 | 0 | 40 | 116 | 132 | 23 | 23 |
| Binary | 110000 | 111001 | 100111 | 10000 | 0 | 100000 | 1001110 | 1011010 | 10011 | 10011 |
Color Harmonies of #303927
Complementary color
Monochromatic Colors of #303927
Black with #303927
Text Example
Text Example
White with #303927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303927; }
p { color: rgb(48,57,39); }
H1.HeaderClassName
{
color: #303927;
}
.AnyTagClassName
{
color: #303927;
}
</style>
background-color css
<style>
a { background-color: #303927; }
a { background-color: rgb(48,57,39); }
div.DivClassName
{
background-color: #303927;
}
.BgClassName
{
background-color: #303927;
}
</style>
border-color css
<style>
span { border-color: #303927; }
span { border-color: rgb(48,57,39); }
td.TdClassName
{
border-color: #303927;
}
.TagClassName
{
border-color: #303927;
}
</style>