Shades of Black Forest #19300C
Tints of Black Forest #19300C
RGB
CMYK
RGB Variations
Color information
#19300C (or 0x19300C) is known color: Black Forest. HEX triplet: 19, 30 and 0C. RGB value is (25,48,12). Sum of RGB (Red+Green+Blue) = 25+48+12=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #19300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19300C is #E6CFF3. Grayscale: #252525. Windows color (decimal): -15126516 or 798745. OLE color: 798745.
HSL color Cylindrical-coordinate representation of color #19300C: hue angle of 98.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19300C is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 48 | 12 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.81 |
| HSL | 98.33º | 0.6% | 0.12% | - |
| HSV(B) | 98.33º | 0.75% | 0.19% | - |
| XYZ | 1.52 | 2.35 | 0.72 | - |
| YUV | 37.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 12 | 0.48 | 0 | 0.75 | 0.81 | 98.33 | 0.6 | 0.12 |
| Hex | 19 | 30 | C | 30 | 0 | 4B | 51 | 62 | 3C | C |
| Octal | 31 | 60 | 14 | 60 | 0 | 113 | 121 | 142 | 74 | 14 |
| Binary | 11001 | 110000 | 1100 | 110000 | 0 | 1001011 | 1010001 | 1100010 | 111100 | 1100 |
Color Harmonies of #19300C
Complementary color
Monochromatic Colors of #19300C
Black with #19300C
Text Example
Text Example
White with #19300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19300C; }
p { color: rgb(25,48,12); }
H1.HeaderClassName
{
color: #19300C;
}
.AnyTagClassName
{
color: #19300C;
}
</style>
background-color css
<style>
a { background-color: #19300C; }
a { background-color: rgb(25,48,12); }
div.DivClassName
{
background-color: #19300C;
}
.BgClassName
{
background-color: #19300C;
}
</style>
border-color css
<style>
span { border-color: #19300C; }
span { border-color: rgb(25,48,12); }
td.TdClassName
{
border-color: #19300C;
}
.TagClassName
{
border-color: #19300C;
}
</style>