Shades of Black Forest #303D26
Tints of Black Forest #303D26
RGB
CMYK
RGB Variations
Color information
#303D26 (or 0x303D26) is known color: Black Forest. HEX triplet: 30, 3D and 26. RGB value is (48,61,38). Sum of RGB (Red+Green+Blue) = 48+61+38=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 61 - color contains mainly: green. Hex color #303D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D26 is #CFC2D9. Grayscale: #363636. Windows color (decimal): -13615834 or 2506032. OLE color: 2506032.
HSL color Cylindrical-coordinate representation of color #303D26: hue angle of 93.91º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #303D26 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 38 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.76 |
| HSL | 93.91º | 0.23% | 0.19% | - |
| HSV(B) | 93.91º | 0.38% | 0.24% | - |
| XYZ | 3.24 | 4.11 | 2.46 | - |
| YUV | 54.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 38 | 0.21 | 0 | 0.38 | 0.76 | 93.91 | 0.23 | 0.19 |
| Hex | 30 | 3D | 26 | 15 | 0 | 26 | 4C | 5E | 17 | 13 |
| Octal | 60 | 75 | 46 | 25 | 0 | 46 | 114 | 136 | 27 | 23 |
| Binary | 110000 | 111101 | 100110 | 10101 | 0 | 100110 | 1001100 | 1011110 | 10111 | 10011 |
Color Harmonies of #303D26
Complementary color
Monochromatic Colors of #303D26
Black with #303D26
Text Example
Text Example
White with #303D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D26; }
p { color: rgb(48,61,38); }
H1.HeaderClassName
{
color: #303D26;
}
.AnyTagClassName
{
color: #303D26;
}
</style>
background-color css
<style>
a { background-color: #303D26; }
a { background-color: rgb(48,61,38); }
div.DivClassName
{
background-color: #303D26;
}
.BgClassName
{
background-color: #303D26;
}
</style>
border-color css
<style>
span { border-color: #303D26; }
span { border-color: rgb(48,61,38); }
td.TdClassName
{
border-color: #303D26;
}
.TagClassName
{
border-color: #303D26;
}
</style>