Shades of Seal Brown #1F1515
Tints of Seal Brown #1F1515
RGB
CMYK
RGB Variations
Color information
#1F1515 (or 0x1F1515) is known color: Seal Brown. HEX triplet: 1F, 15 and 15. RGB value is (31,21,21). Sum of RGB (Red+Green+Blue) = 31+21+21=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1515 is #E0EAEA. Grayscale: #171717. Windows color (decimal): -14740203 or 1381663. OLE color: 1381663.
HSL color Cylindrical-coordinate representation of color #1F1515: hue angle of 0º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1F1515 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 21 | 21 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.88 |
| HSL | 0º | 0.19% | 0.1% | - |
| HSV(B) | 0º | 0.32% | 0.12% | - |
| XYZ | 0.97 | 0.88 | 0.83 | - |
| YUV | 23.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 21 | 0 | 0.32 | 0.32 | 0.88 | 0 | 0.19 | 0.1 |
| Hex | 1F | 15 | 15 | 0 | 20 | 20 | 58 | 0 | 13 | A |
| Octal | 37 | 25 | 25 | 0 | 40 | 40 | 130 | 0 | 23 | 12 |
| Binary | 11111 | 10101 | 10101 | 0 | 100000 | 100000 | 1011000 | 0 | 10011 | 1010 |
Color Harmonies of #1F1515
Complementary color
Monochromatic Colors of #1F1515
Black with #1F1515
Text Example
Text Example
White with #1F1515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1515; }
p { color: rgb(31,21,21); }
H1.HeaderClassName
{
color: #1F1515;
}
.AnyTagClassName
{
color: #1F1515;
}
</style>
background-color css
<style>
a { background-color: #1F1515; }
a { background-color: rgb(31,21,21); }
div.DivClassName
{
background-color: #1F1515;
}
.BgClassName
{
background-color: #1F1515;
}
</style>
border-color css
<style>
span { border-color: #1F1515; }
span { border-color: rgb(31,21,21); }
td.TdClassName
{
border-color: #1F1515;
}
.TagClassName
{
border-color: #1F1515;
}
</style>