Shades of Black Forest #30382A
Tints of Black Forest #30382A
RGB
CMYK
RGB Variations
Color information
#30382A (or 0x30382A) is known color: Black Forest. HEX triplet: 30, 38 and 2A. RGB value is (48,56,42). Sum of RGB (Red+Green+Blue) = 48+56+42=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 56 - color contains mainly: green. Hex color #30382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30382A is #CFC7D5. Grayscale: #343434. Windows color (decimal): -13617110 or 2766896. OLE color: 2766896.
HSL color Cylindrical-coordinate representation of color #30382A: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #30382A is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 56 | 42 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.78 |
| HSL | 94.29º | 0.14% | 0.19% | - |
| HSV(B) | 94.29º | 0.25% | 0.22% | - |
| XYZ | 3.05 | 3.62 | 2.73 | - |
| YUV | 52.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 42 | 0.14 | 0 | 0.25 | 0.78 | 94.29 | 0.14 | 0.19 |
| Hex | 30 | 38 | 2A | E | 0 | 19 | 4E | 5E | E | 13 |
| Octal | 60 | 70 | 52 | 16 | 0 | 31 | 116 | 136 | 16 | 23 |
| Binary | 110000 | 111000 | 101010 | 1110 | 0 | 11001 | 1001110 | 1011110 | 1110 | 10011 |
Color Harmonies of #30382A
Complementary color
Monochromatic Colors of #30382A
Black with #30382A
Text Example
Text Example
White with #30382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30382A; }
p { color: rgb(48,56,42); }
H1.HeaderClassName
{
color: #30382A;
}
.AnyTagClassName
{
color: #30382A;
}
</style>
background-color css
<style>
a { background-color: #30382A; }
a { background-color: rgb(48,56,42); }
div.DivClassName
{
background-color: #30382A;
}
.BgClassName
{
background-color: #30382A;
}
</style>
border-color css
<style>
span { border-color: #30382A; }
span { border-color: rgb(48,56,42); }
td.TdClassName
{
border-color: #30382A;
}
.TagClassName
{
border-color: #30382A;
}
</style>