Shades of Black Forest #131A10
Tints of Black Forest #131A10
RGB
CMYK
RGB Variations
Color information
#131A10 (or 0x131A10) is known color: Black Forest. HEX triplet: 13, 1A and 10. RGB value is (19,26,16). Sum of RGB (Red+Green+Blue) = 19+26+16=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 26 - color contains mainly: green. Hex color #131A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131A10 is #ECE5EF. Grayscale: #161616. Windows color (decimal): -15525360 or 1055251. OLE color: 1055251.
HSL color Cylindrical-coordinate representation of color #131A10: hue angle of 102º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #131A10 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 26 | 16 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.90 |
| HSL | 102º | 0.24% | 0.08% | - |
| HSV(B) | 102º | 0.38% | 0.1% | - |
| XYZ | 0.73 | 0.91 | 0.63 | - |
| YUV | 22.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 16 | 0.27 | 0 | 0.38 | 0.90 | 102 | 0.24 | 0.08 |
| Hex | 13 | 1A | 10 | 1B | 0 | 26 | 5A | 66 | 18 | 8 |
| Octal | 23 | 32 | 20 | 33 | 0 | 46 | 132 | 146 | 30 | 10 |
| Binary | 10011 | 11010 | 10000 | 11011 | 0 | 100110 | 1011010 | 1100110 | 11000 | 1000 |
Color Harmonies of #131A10
Complementary color
Monochromatic Colors of #131A10
Black with #131A10
Text Example
Text Example
White with #131A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A10; }
p { color: rgb(19,26,16); }
H1.HeaderClassName
{
color: #131A10;
}
.AnyTagClassName
{
color: #131A10;
}
</style>
background-color css
<style>
a { background-color: #131A10; }
a { background-color: rgb(19,26,16); }
div.DivClassName
{
background-color: #131A10;
}
.BgClassName
{
background-color: #131A10;
}
</style>
border-color css
<style>
span { border-color: #131A10; }
span { border-color: rgb(19,26,16); }
td.TdClassName
{
border-color: #131A10;
}
.TagClassName
{
border-color: #131A10;
}
</style>