Shades of Seal Brown #190C0C
Tints of Seal Brown #190C0C
RGB
CMYK
RGB Variations
Color information
#190C0C (or 0x190C0C) is known color: Seal Brown. HEX triplet: 19, 0C and 0C. RGB value is (25,12,12). Sum of RGB (Red+Green+Blue) = 25+12+12=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190C0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190C0C is #E6F3F3. Grayscale: #0F0F0F. Windows color (decimal): -15135732 or 789529. OLE color: 789529.
HSL color Cylindrical-coordinate representation of color #190C0C: hue angle of 0º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #190C0C is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 12 | 12 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.90 |
| HSL | 0º | 0.35% | 0.07% | - |
| HSV(B) | 0º | 0.52% | 0.1% | - |
| XYZ | 0.6 | 0.5 | 0.41 | - |
| YUV | 15.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 12 | 0 | 0.52 | 0.52 | 0.90 | 0 | 0.35 | 0.07 |
| Hex | 19 | C | C | 0 | 34 | 34 | 5A | 0 | 23 | 7 |
| Octal | 31 | 14 | 14 | 0 | 64 | 64 | 132 | 0 | 43 | 7 |
| Binary | 11001 | 1100 | 1100 | 0 | 110100 | 110100 | 1011010 | 0 | 100011 | 111 |
Color Harmonies of #190C0C
Complementary color
Monochromatic Colors of #190C0C
Black with #190C0C
Text Example
Text Example
White with #190C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C0C; }
p { color: rgb(25,12,12); }
H1.HeaderClassName
{
color: #190C0C;
}
.AnyTagClassName
{
color: #190C0C;
}
</style>
background-color css
<style>
a { background-color: #190C0C; }
a { background-color: rgb(25,12,12); }
div.DivClassName
{
background-color: #190C0C;
}
.BgClassName
{
background-color: #190C0C;
}
</style>
border-color css
<style>
span { border-color: #190C0C; }
span { border-color: rgb(25,12,12); }
td.TdClassName
{
border-color: #190C0C;
}
.TagClassName
{
border-color: #190C0C;
}
</style>