Shades of Seal Brown #190F0B
Tints of Seal Brown #190F0B
RGB
CMYK
RGB Variations
Color information
#190F0B (or 0x190F0B) is known color: Seal Brown. HEX triplet: 19, 0F and 0B. RGB value is (25,15,11). Sum of RGB (Red+Green+Blue) = 25+15+11=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F0B is #E6F0F4. Grayscale: #111111. Windows color (decimal): -15134965 or 724761. OLE color: 724761.
HSL color Cylindrical-coordinate representation of color #190F0B: hue angle of 17.14º 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 #190F0B is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 15 | 11 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.90 |
| HSL | 17.14º | 0.39% | 0.07% | - |
| HSV(B) | 17.14º | 0.56% | 0.1% | - |
| XYZ | 0.63 | 0.57 | 0.39 | - |
| YUV | 17.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 11 | 0 | 0.40 | 0.56 | 0.90 | 17.14 | 0.39 | 0.07 |
| Hex | 19 | F | B | 0 | 28 | 38 | 5A | 11 | 27 | 7 |
| Octal | 31 | 17 | 13 | 0 | 50 | 70 | 132 | 21 | 47 | 7 |
| Binary | 11001 | 1111 | 1011 | 0 | 101000 | 111000 | 1011010 | 10001 | 100111 | 111 |
Color Harmonies of #190F0B
Complementary color
Monochromatic Colors of #190F0B
Black with #190F0B
Text Example
Text Example
White with #190F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F0B; }
p { color: rgb(25,15,11); }
H1.HeaderClassName
{
color: #190F0B;
}
.AnyTagClassName
{
color: #190F0B;
}
</style>
background-color css
<style>
a { background-color: #190F0B; }
a { background-color: rgb(25,15,11); }
div.DivClassName
{
background-color: #190F0B;
}
.BgClassName
{
background-color: #190F0B;
}
</style>
border-color css
<style>
span { border-color: #190F0B; }
span { border-color: rgb(25,15,11); }
td.TdClassName
{
border-color: #190F0B;
}
.TagClassName
{
border-color: #190F0B;
}
</style>