Shades of Black Forest #1E380F
Tints of Black Forest #1E380F
RGB
CMYK
RGB Variations
Color information
#1E380F (or 0x1E380F) is known color: Black Forest. HEX triplet: 1E, 38 and 0F. RGB value is (30,56,15). Sum of RGB (Red+Green+Blue) = 30+56+15=101 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.70% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #1E380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E380F is #E1C7F0. Grayscale: #2B2B2B. Windows color (decimal): -14796785 or 997406. OLE color: 997406.
HSL color Cylindrical-coordinate representation of color #1E380F: hue angle of 98.05º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E380F is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 15 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.78 |
| HSL | 98.05º | 0.58% | 0.14% | - |
| HSV(B) | 98.05º | 0.73% | 0.22% | - |
| XYZ | 2.04 | 3.14 | 0.95 | - |
| YUV | 43.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 15 | 0.46 | 0 | 0.73 | 0.78 | 98.05 | 0.58 | 0.14 |
| Hex | 1E | 38 | F | 2E | 0 | 49 | 4E | 62 | 3A | E |
| Octal | 36 | 70 | 17 | 56 | 0 | 111 | 116 | 142 | 72 | 16 |
| Binary | 11110 | 111000 | 1111 | 101110 | 0 | 1001001 | 1001110 | 1100010 | 111010 | 1110 |
Color Harmonies of #1E380F
Complementary color
Monochromatic Colors of #1E380F
Black with #1E380F
Text Example
Text Example
White with #1E380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E380F; }
p { color: rgb(30,56,15); }
H1.HeaderClassName
{
color: #1E380F;
}
.AnyTagClassName
{
color: #1E380F;
}
</style>
background-color css
<style>
a { background-color: #1E380F; }
a { background-color: rgb(30,56,15); }
div.DivClassName
{
background-color: #1E380F;
}
.BgClassName
{
background-color: #1E380F;
}
</style>
border-color css
<style>
span { border-color: #1E380F; }
span { border-color: rgb(30,56,15); }
td.TdClassName
{
border-color: #1E380F;
}
.TagClassName
{
border-color: #1E380F;
}
</style>