Shades of Black Forest #303D28
Tints of Black Forest #303D28
RGB
CMYK
RGB Variations
Color information
#303D28 (or 0x303D28) is known color: Black Forest. HEX triplet: 30, 3D and 28. RGB value is (48,61,40). Sum of RGB (Red+Green+Blue) = 48+61+40=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #303D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D28 is #CFC2D7. Grayscale: #363636. Windows color (decimal): -13615832 or 2637104. OLE color: 2637104.
HSL color Cylindrical-coordinate representation of color #303D28: hue angle of 97.14º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #303D28 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 61 | 40 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.76 |
| HSL | 97.14º | 0.21% | 0.2% | - |
| HSV(B) | 97.14º | 0.34% | 0.24% | - |
| XYZ | 3.27 | 4.12 | 2.63 | - |
| YUV | 54.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 40 | 0.21 | 0 | 0.34 | 0.76 | 97.14 | 0.21 | 0.2 |
| Hex | 30 | 3D | 28 | 15 | 0 | 22 | 4C | 61 | 15 | 14 |
| Octal | 60 | 75 | 50 | 25 | 0 | 42 | 114 | 141 | 25 | 24 |
| Binary | 110000 | 111101 | 101000 | 10101 | 0 | 100010 | 1001100 | 1100001 | 10101 | 10100 |
Color Harmonies of #303D28
Complementary color
Monochromatic Colors of #303D28
Black with #303D28
Text Example
Text Example
White with #303D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D28; }
p { color: rgb(48,61,40); }
H1.HeaderClassName
{
color: #303D28;
}
.AnyTagClassName
{
color: #303D28;
}
</style>
background-color css
<style>
a { background-color: #303D28; }
a { background-color: rgb(48,61,40); }
div.DivClassName
{
background-color: #303D28;
}
.BgClassName
{
background-color: #303D28;
}
</style>
border-color css
<style>
span { border-color: #303D28; }
span { border-color: rgb(48,61,40); }
td.TdClassName
{
border-color: #303D28;
}
.TagClassName
{
border-color: #303D28;
}
</style>