Shades of Black Forest #1D380B
Tints of Black Forest #1D380B
RGB
CMYK
RGB Variations
Color information
#1D380B (or 0x1D380B) is known color: Black Forest. HEX triplet: 1D, 38 and 0B. RGB value is (29,56,11). Sum of RGB (Red+Green+Blue) = 29+56+11=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 56 (22.27% from 255 or 58.33% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 56 - color contains mainly: green. Hex color #1D380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D380B is #E2C7F4. Grayscale: #2A2A2A. Windows color (decimal): -14862325 or 735261. OLE color: 735261.
HSL color Cylindrical-coordinate representation of color #1D380B: hue angle of 96º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D380B is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 56 | 11 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.78 |
| HSL | 96º | 0.67% | 0.13% | - |
| HSV(B) | 96º | 0.8% | 0.22% | - |
| XYZ | 1.98 | 3.11 | 0.81 | - |
| YUV | 42.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 11 | 0.48 | 0 | 0.80 | 0.78 | 96 | 0.67 | 0.13 |
| Hex | 1D | 38 | B | 30 | 0 | 50 | 4E | 60 | 43 | D |
| Octal | 35 | 70 | 13 | 60 | 0 | 120 | 116 | 140 | 103 | 15 |
| Binary | 11101 | 111000 | 1011 | 110000 | 0 | 1010000 | 1001110 | 1100000 | 1000011 | 1101 |
Color Harmonies of #1D380B
Complementary color
Monochromatic Colors of #1D380B
Black with #1D380B
Text Example
Text Example
White with #1D380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D380B; }
p { color: rgb(29,56,11); }
H1.HeaderClassName
{
color: #1D380B;
}
.AnyTagClassName
{
color: #1D380B;
}
</style>
background-color css
<style>
a { background-color: #1D380B; }
a { background-color: rgb(29,56,11); }
div.DivClassName
{
background-color: #1D380B;
}
.BgClassName
{
background-color: #1D380B;
}
</style>
border-color css
<style>
span { border-color: #1D380B; }
span { border-color: rgb(29,56,11); }
td.TdClassName
{
border-color: #1D380B;
}
.TagClassName
{
border-color: #1D380B;
}
</style>