Shades of Black Forest #19330A
Tints of Black Forest #19330A
RGB
CMYK
RGB Variations
Color information
#19330A (or 0x19330A) is known color: Black Forest. HEX triplet: 19, 33 and 0A. RGB value is (25,51,10). Sum of RGB (Red+Green+Blue) = 25+51+10=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #19330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19330A is #E6CCF5. Grayscale: #262626. Windows color (decimal): -15125750 or 668441. OLE color: 668441.
HSL color Cylindrical-coordinate representation of color #19330A: hue angle of 98.05º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19330A is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 51 | 10 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.8 |
| HSL | 98.05º | 0.67% | 0.12% | - |
| HSV(B) | 98.05º | 0.8% | 0.2% | - |
| XYZ | 1.64 | 2.6 | 0.7 | - |
| YUV | 38.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 10 | 0.51 | 0 | 0.80 | 0.8 | 98.05 | 0.67 | 0.12 |
| Hex | 19 | 33 | A | 33 | 0 | 50 | 50 | 62 | 43 | C |
| Octal | 31 | 63 | 12 | 63 | 0 | 120 | 120 | 142 | 103 | 14 |
| Binary | 11001 | 110011 | 1010 | 110011 | 0 | 1010000 | 1010000 | 1100010 | 1000011 | 1100 |
Color Harmonies of #19330A
Complementary color
Monochromatic Colors of #19330A
Black with #19330A
Text Example
Text Example
White with #19330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19330A; }
p { color: rgb(25,51,10); }
H1.HeaderClassName
{
color: #19330A;
}
.AnyTagClassName
{
color: #19330A;
}
</style>
background-color css
<style>
a { background-color: #19330A; }
a { background-color: rgb(25,51,10); }
div.DivClassName
{
background-color: #19330A;
}
.BgClassName
{
background-color: #19330A;
}
</style>
border-color css
<style>
span { border-color: #19330A; }
span { border-color: rgb(25,51,10); }
td.TdClassName
{
border-color: #19330A;
}
.TagClassName
{
border-color: #19330A;
}
</style>