Shades of Seal Brown #190C0B
Tints of Seal Brown #190C0B
RGB
CMYK
RGB Variations
Color information
#190C0B (or 0x190C0B) is known color: Seal Brown. HEX triplet: 19, 0C and 0B. RGB value is (25,12,11). Sum of RGB (Red+Green+Blue) = 25+12+11=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C0B is #E6F3F4. Grayscale: #0F0F0F. Windows color (decimal): -15135733 or 723993. OLE color: 723993.
HSL color Cylindrical-coordinate representation of color #190C0B: hue angle of 4.29º 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 #190C0B is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 12 | 11 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.90 |
| HSL | 4.29º | 0.39% | 0.07% | - |
| HSV(B) | 4.29º | 0.56% | 0.1% | - |
| XYZ | 0.59 | 0.49 | 0.38 | - |
| YUV | 15.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 11 | 0 | 0.52 | 0.56 | 0.90 | 4.29 | 0.39 | 0.07 |
| Hex | 19 | C | B | 0 | 34 | 38 | 5A | 4 | 27 | 7 |
| Octal | 31 | 14 | 13 | 0 | 64 | 70 | 132 | 4 | 47 | 7 |
| Binary | 11001 | 1100 | 1011 | 0 | 110100 | 111000 | 1011010 | 100 | 100111 | 111 |
Color Harmonies of #190C0B
Complementary color
Monochromatic Colors of #190C0B
Black with #190C0B
Text Example
Text Example
White with #190C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C0B; }
p { color: rgb(25,12,11); }
H1.HeaderClassName
{
color: #190C0B;
}
.AnyTagClassName
{
color: #190C0B;
}
</style>
background-color css
<style>
a { background-color: #190C0B; }
a { background-color: rgb(25,12,11); }
div.DivClassName
{
background-color: #190C0B;
}
.BgClassName
{
background-color: #190C0B;
}
</style>
border-color css
<style>
span { border-color: #190C0B; }
span { border-color: rgb(25,12,11); }
td.TdClassName
{
border-color: #190C0B;
}
.TagClassName
{
border-color: #190C0B;
}
</style>