Shades of Black Forest #303C26
Tints of Black Forest #303C26
RGB
CMYK
RGB Variations
Color information
#303C26 (or 0x303C26) is known color: Black Forest. HEX triplet: 30, 3C and 26. RGB value is (48,60,38). Sum of RGB (Red+Green+Blue) = 48+60+38=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 60 - color contains mainly: green. Hex color #303C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C26 is #CFC3D9. Grayscale: #353535. Windows color (decimal): -13616090 or 2505776. OLE color: 2505776.
HSL color Cylindrical-coordinate representation of color #303C26: hue angle of 92.73º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #303C26 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 60 | 38 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.76 |
| HSL | 92.73º | 0.22% | 0.19% | - |
| HSV(B) | 92.73º | 0.37% | 0.24% | - |
| XYZ | 3.18 | 4 | 2.44 | - |
| YUV | 53.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 38 | 0.20 | 0 | 0.37 | 0.76 | 92.73 | 0.22 | 0.19 |
| Hex | 30 | 3C | 26 | 14 | 0 | 25 | 4C | 5D | 16 | 13 |
| Octal | 60 | 74 | 46 | 24 | 0 | 45 | 114 | 135 | 26 | 23 |
| Binary | 110000 | 111100 | 100110 | 10100 | 0 | 100101 | 1001100 | 1011101 | 10110 | 10011 |
Color Harmonies of #303C26
Complementary color
Monochromatic Colors of #303C26
Black with #303C26
Text Example
Text Example
White with #303C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C26; }
p { color: rgb(48,60,38); }
H1.HeaderClassName
{
color: #303C26;
}
.AnyTagClassName
{
color: #303C26;
}
</style>
background-color css
<style>
a { background-color: #303C26; }
a { background-color: rgb(48,60,38); }
div.DivClassName
{
background-color: #303C26;
}
.BgClassName
{
background-color: #303C26;
}
</style>
border-color css
<style>
span { border-color: #303C26; }
span { border-color: rgb(48,60,38); }
td.TdClassName
{
border-color: #303C26;
}
.TagClassName
{
border-color: #303C26;
}
</style>