Shades of Seal Brown #190E0B
Tints of Seal Brown #190E0B
RGB
CMYK
RGB Variations
Color information
#190E0B (or 0x190E0B) is known color: Seal Brown. HEX triplet: 19, 0E and 0B. RGB value is (25,14,11). Sum of RGB (Red+Green+Blue) = 25+14+11=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #190E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190E0B is #E6F1F4. Grayscale: #101010. Windows color (decimal): -15135221 or 724505. OLE color: 724505.
HSL color Cylindrical-coordinate representation of color #190E0B: hue angle of 12.86º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #190E0B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 14 | 11 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.90 |
| HSL | 12.86º | 0.39% | 0.07% | - |
| HSV(B) | 12.86º | 0.56% | 0.1% | - |
| XYZ | 0.62 | 0.54 | 0.39 | - |
| YUV | 16.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 11 | 0 | 0.44 | 0.56 | 0.90 | 12.86 | 0.39 | 0.07 |
| Hex | 19 | E | B | 0 | 2C | 38 | 5A | D | 27 | 7 |
| Octal | 31 | 16 | 13 | 0 | 54 | 70 | 132 | 15 | 47 | 7 |
| Binary | 11001 | 1110 | 1011 | 0 | 101100 | 111000 | 1011010 | 1101 | 100111 | 111 |
Color Harmonies of #190E0B
Complementary color
Monochromatic Colors of #190E0B
Black with #190E0B
Text Example
Text Example
White with #190E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E0B; }
p { color: rgb(25,14,11); }
H1.HeaderClassName
{
color: #190E0B;
}
.AnyTagClassName
{
color: #190E0B;
}
</style>
background-color css
<style>
a { background-color: #190E0B; }
a { background-color: rgb(25,14,11); }
div.DivClassName
{
background-color: #190E0B;
}
.BgClassName
{
background-color: #190E0B;
}
</style>
border-color css
<style>
span { border-color: #190E0B; }
span { border-color: rgb(25,14,11); }
td.TdClassName
{
border-color: #190E0B;
}
.TagClassName
{
border-color: #190E0B;
}
</style>