Shades of Black Forest #182D0D
Tints of Black Forest #182D0D
RGB
CMYK
RGB Variations
Color information
#182D0D (or 0x182D0D) is known color: Black Forest. HEX triplet: 18, 2D and 0D. RGB value is (24,45,13). Sum of RGB (Red+Green+Blue) = 24+45+13=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 45 (17.97% from 255 or 54.88% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 45 - color contains mainly: green. Hex color #182D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182D0D is #E7D2F2. Grayscale: #232323. Windows color (decimal): -15192819 or 863512. OLE color: 863512.
HSL color Cylindrical-coordinate representation of color #182D0D: hue angle of 99.38º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #182D0D is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 45 | 13 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.82 |
| HSL | 99.38º | 0.55% | 0.11% | - |
| HSV(B) | 99.38º | 0.71% | 0.18% | - |
| XYZ | 1.39 | 2.1 | 0.71 | - |
| YUV | 35.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 13 | 0.47 | 0 | 0.71 | 0.82 | 99.38 | 0.55 | 0.11 |
| Hex | 18 | 2D | D | 2F | 0 | 47 | 52 | 63 | 37 | B |
| Octal | 30 | 55 | 15 | 57 | 0 | 107 | 122 | 143 | 67 | 13 |
| Binary | 11000 | 101101 | 1101 | 101111 | 0 | 1000111 | 1010010 | 1100011 | 110111 | 1011 |
Color Harmonies of #182D0D
Complementary color
Monochromatic Colors of #182D0D
Black with #182D0D
Text Example
Text Example
White with #182D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D0D; }
p { color: rgb(24,45,13); }
H1.HeaderClassName
{
color: #182D0D;
}
.AnyTagClassName
{
color: #182D0D;
}
</style>
background-color css
<style>
a { background-color: #182D0D; }
a { background-color: rgb(24,45,13); }
div.DivClassName
{
background-color: #182D0D;
}
.BgClassName
{
background-color: #182D0D;
}
</style>
border-color css
<style>
span { border-color: #182D0D; }
span { border-color: rgb(24,45,13); }
td.TdClassName
{
border-color: #182D0D;
}
.TagClassName
{
border-color: #182D0D;
}
</style>