Shades of Black Forest #121511
Tints of Black Forest #121511
RGB
CMYK
RGB Variations
Color information
#121511 (or 0x121511) is known color: Black Forest. HEX triplet: 12, 15 and 11. RGB value is (18,21,17). Sum of RGB (Red+Green+Blue) = 18+21+17=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 21 - color contains mainly: green. Hex color #121511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121511 is #EDEAEE. Grayscale: #131313. Windows color (decimal): -15592175 or 1119506. OLE color: 1119506.
HSL color Cylindrical-coordinate representation of color #121511: hue angle of 105º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #121511 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
RGB | 18 | 21 | 17 | - |
CMYK | 0.14 | 0 | 0.19 | 0.92 |
HSL | 105º | 0.11% | 0.07% | - |
HSV(B) | 105º | 0.19% | 0.08% | - |
XYZ | 0.62 | 0.71 | 0.63 | - |
YUV | 19.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 21 | 17 | 0.14 | 0 | 0.19 | 0.92 | 105 | 0.11 | 0.07 |
Hex | 12 | 15 | 11 | E | 0 | 13 | 5C | 69 | B | 7 |
Octal | 22 | 25 | 21 | 16 | 0 | 23 | 134 | 151 | 13 | 7 |
Binary | 10010 | 10101 | 10001 | 1110 | 0 | 10011 | 1011100 | 1101001 | 1011 | 111 |
Color Harmonies of #121511
Complementary color
Monochromatic Colors of #121511
Black with #121511
Text Example
Text Example
White with #121511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121511; }
p { color: rgb(18,21,17); }
H1.HeaderClassName
{
color: #121511;
}
.AnyTagClassName
{
color: #121511;
}
</style>
background-color css
<style>
a { background-color: #121511; }
a { background-color: rgb(18,21,17); }
div.DivClassName
{
background-color: #121511;
}
.BgClassName
{
background-color: #121511;
}
</style>
border-color css
<style>
span { border-color: #121511; }
span { border-color: rgb(18,21,17); }
td.TdClassName
{
border-color: #121511;
}
.TagClassName
{
border-color: #121511;
}
</style>