Shades of Black Forest #131B10
Tints of Black Forest #131B10
RGB
CMYK
RGB Variations
Color information
#131B10 (or 0x131B10) is known color: Black Forest. HEX triplet: 13, 1B and 10. RGB value is (19,27,16). Sum of RGB (Red+Green+Blue) = 19+27+16=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 27 - color contains mainly: green. Hex color #131B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B10 is #ECE4EF. Grayscale: #171717. Windows color (decimal): -15525104 or 1055507. OLE color: 1055507.
HSL color Cylindrical-coordinate representation of color #131B10: hue angle of 103.64º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #131B10 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 27 | 16 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.89 |
| HSL | 103.64º | 0.26% | 0.08% | - |
| HSV(B) | 103.64º | 0.41% | 0.11% | - |
| XYZ | 0.75 | 0.96 | 0.64 | - |
| YUV | 23.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 16 | 0.30 | 0 | 0.41 | 0.89 | 103.64 | 0.26 | 0.08 |
| Hex | 13 | 1B | 10 | 1E | 0 | 29 | 59 | 68 | 1A | 8 |
| Octal | 23 | 33 | 20 | 36 | 0 | 51 | 131 | 150 | 32 | 10 |
| Binary | 10011 | 11011 | 10000 | 11110 | 0 | 101001 | 1011001 | 1101000 | 11010 | 1000 |
Color Harmonies of #131B10
Complementary color
Monochromatic Colors of #131B10
Black with #131B10
Text Example
Text Example
White with #131B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B10; }
p { color: rgb(19,27,16); }
H1.HeaderClassName
{
color: #131B10;
}
.AnyTagClassName
{
color: #131B10;
}
</style>
background-color css
<style>
a { background-color: #131B10; }
a { background-color: rgb(19,27,16); }
div.DivClassName
{
background-color: #131B10;
}
.BgClassName
{
background-color: #131B10;
}
</style>
border-color css
<style>
span { border-color: #131B10; }
span { border-color: rgb(19,27,16); }
td.TdClassName
{
border-color: #131B10;
}
.TagClassName
{
border-color: #131B10;
}
</style>