Shades of Black Forest #152110
Tints of Black Forest #152110
RGB
CMYK
RGB Variations
Color information
#152110 (or 0x152110) is known color: Black Forest. HEX triplet: 15, 21 and 10. RGB value is (21,33,16). Sum of RGB (Red+Green+Blue) = 21+33+16=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #152110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152110 is #EADEEF. Grayscale: #1B1B1B. Windows color (decimal): -15392496 or 1057045. OLE color: 1057045.
HSL color Cylindrical-coordinate representation of color #152110: hue angle of 102.35º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #152110 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 33 | 16 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.87 |
| HSL | 102.35º | 0.35% | 0.1% | - |
| HSV(B) | 102.35º | 0.52% | 0.13% | - |
| XYZ | 0.95 | 1.28 | 0.69 | - |
| YUV | 27.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 16 | 0.36 | 0 | 0.52 | 0.87 | 102.35 | 0.35 | 0.1 |
| Hex | 15 | 21 | 10 | 24 | 0 | 34 | 57 | 66 | 23 | A |
| Octal | 25 | 41 | 20 | 44 | 0 | 64 | 127 | 146 | 43 | 12 |
| Binary | 10101 | 100001 | 10000 | 100100 | 0 | 110100 | 1010111 | 1100110 | 100011 | 1010 |
Color Harmonies of #152110
Complementary color
Monochromatic Colors of #152110
Black with #152110
Text Example
Text Example
White with #152110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152110; }
p { color: rgb(21,33,16); }
H1.HeaderClassName
{
color: #152110;
}
.AnyTagClassName
{
color: #152110;
}
</style>
background-color css
<style>
a { background-color: #152110; }
a { background-color: rgb(21,33,16); }
div.DivClassName
{
background-color: #152110;
}
.BgClassName
{
background-color: #152110;
}
</style>
border-color css
<style>
span { border-color: #152110; }
span { border-color: rgb(21,33,16); }
td.TdClassName
{
border-color: #152110;
}
.TagClassName
{
border-color: #152110;
}
</style>