Shades of Black Forest #303F26
Tints of Black Forest #303F26
RGB
CMYK
RGB Variations
Color information
#303F26 (or 0x303F26) is known color: Black Forest. HEX triplet: 30, 3F and 26. RGB value is (48,63,38). Sum of RGB (Red+Green+Blue) = 48+63+38=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 63 - color contains mainly: green. Hex color #303F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F26 is #CFC0D9. Grayscale: #373737. Windows color (decimal): -13615322 or 2506544. OLE color: 2506544.
HSL color Cylindrical-coordinate representation of color #303F26: hue angle of 96º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303F26 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 63 | 38 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.75 |
| HSL | 96º | 0.25% | 0.2% | - |
| HSV(B) | 96º | 0.4% | 0.25% | - |
| XYZ | 3.35 | 4.32 | 2.49 | - |
| YUV | 55.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 38 | 0.24 | 0 | 0.40 | 0.75 | 96 | 0.25 | 0.2 |
| Hex | 30 | 3F | 26 | 18 | 0 | 28 | 4B | 60 | 19 | 14 |
| Octal | 60 | 77 | 46 | 30 | 0 | 50 | 113 | 140 | 31 | 24 |
| Binary | 110000 | 111111 | 100110 | 11000 | 0 | 101000 | 1001011 | 1100000 | 11001 | 10100 |
Color Harmonies of #303F26
Complementary color
Monochromatic Colors of #303F26
Black with #303F26
Text Example
Text Example
White with #303F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F26; }
p { color: rgb(48,63,38); }
H1.HeaderClassName
{
color: #303F26;
}
.AnyTagClassName
{
color: #303F26;
}
</style>
background-color css
<style>
a { background-color: #303F26; }
a { background-color: rgb(48,63,38); }
div.DivClassName
{
background-color: #303F26;
}
.BgClassName
{
background-color: #303F26;
}
</style>
border-color css
<style>
span { border-color: #303F26; }
span { border-color: rgb(48,63,38); }
td.TdClassName
{
border-color: #303F26;
}
.TagClassName
{
border-color: #303F26;
}
</style>