Shades of Seal Brown #190D0D
Tints of Seal Brown #190D0D
RGB
CMYK
RGB Variations
Color information
#190D0D (or 0x190D0D) is known color: Seal Brown. HEX triplet: 19, 0D and 0D. RGB value is (25,13,13). Sum of RGB (Red+Green+Blue) = 25+13+13=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D0D is #E6F2F2. Grayscale: #101010. Windows color (decimal): -15135475 or 855321. OLE color: 855321.
HSL color Cylindrical-coordinate representation of color #190D0D: hue angle of 0º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #190D0D is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 13 | 13 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.90 |
| HSL | 0º | 0.32% | 0.07% | - |
| HSV(B) | 0º | 0.48% | 0.1% | - |
| XYZ | 0.62 | 0.52 | 0.45 | - |
| YUV | 16.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 13 | 0 | 0.48 | 0.48 | 0.90 | 0 | 0.32 | 0.07 |
| Hex | 19 | D | D | 0 | 30 | 30 | 5A | 0 | 20 | 7 |
| Octal | 31 | 15 | 15 | 0 | 60 | 60 | 132 | 0 | 40 | 7 |
| Binary | 11001 | 1101 | 1101 | 0 | 110000 | 110000 | 1011010 | 0 | 100000 | 111 |
Color Harmonies of #190D0D
Complementary color
Monochromatic Colors of #190D0D
Black with #190D0D
Text Example
Text Example
White with #190D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D0D; }
p { color: rgb(25,13,13); }
H1.HeaderClassName
{
color: #190D0D;
}
.AnyTagClassName
{
color: #190D0D;
}
</style>
background-color css
<style>
a { background-color: #190D0D; }
a { background-color: rgb(25,13,13); }
div.DivClassName
{
background-color: #190D0D;
}
.BgClassName
{
background-color: #190D0D;
}
</style>
border-color css
<style>
span { border-color: #190D0D; }
span { border-color: rgb(25,13,13); }
td.TdClassName
{
border-color: #190D0D;
}
.TagClassName
{
border-color: #190D0D;
}
</style>