Shades of Black Forest #19310B
Tints of Black Forest #19310B
RGB
CMYK
RGB Variations
Color information
#19310B (or 0x19310B) is known color: Black Forest. HEX triplet: 19, 31 and 0B. RGB value is (25,49,11). Sum of RGB (Red+Green+Blue) = 25+49+11=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #19310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19310B is #E6CEF4. Grayscale: #252525. Windows color (decimal): -15126261 or 733465. OLE color: 733465.
HSL color Cylindrical-coordinate representation of color #19310B: hue angle of 97.89º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19310B is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 49 | 11 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.81 |
| HSL | 97.89º | 0.63% | 0.12% | - |
| HSV(B) | 97.89º | 0.78% | 0.19% | - |
| XYZ | 1.56 | 2.43 | 0.7 | - |
| YUV | 37.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 11 | 0.49 | 0 | 0.78 | 0.81 | 97.89 | 0.63 | 0.12 |
| Hex | 19 | 31 | B | 31 | 0 | 4E | 51 | 62 | 3F | C |
| Octal | 31 | 61 | 13 | 61 | 0 | 116 | 121 | 142 | 77 | 14 |
| Binary | 11001 | 110001 | 1011 | 110001 | 0 | 1001110 | 1010001 | 1100010 | 111111 | 1100 |
Color Harmonies of #19310B
Complementary color
Monochromatic Colors of #19310B
Black with #19310B
Text Example
Text Example
White with #19310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19310B; }
p { color: rgb(25,49,11); }
H1.HeaderClassName
{
color: #19310B;
}
.AnyTagClassName
{
color: #19310B;
}
</style>
background-color css
<style>
a { background-color: #19310B; }
a { background-color: rgb(25,49,11); }
div.DivClassName
{
background-color: #19310B;
}
.BgClassName
{
background-color: #19310B;
}
</style>
border-color css
<style>
span { border-color: #19310B; }
span { border-color: rgb(25,49,11); }
td.TdClassName
{
border-color: #19310B;
}
.TagClassName
{
border-color: #19310B;
}
</style>