Shades of Seal Brown #1F130E
Tints of Seal Brown #1F130E
RGB
CMYK
RGB Variations
Color information
#1F130E (or 0x1F130E) is known color: Seal Brown. HEX triplet: 1F, 13 and 0E. RGB value is (31,19,14). Sum of RGB (Red+Green+Blue) = 31+19+14=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F130E is #E0ECF1. Grayscale: #161616. Windows color (decimal): -14740722 or 922399. OLE color: 922399.
HSL color Cylindrical-coordinate representation of color #1F130E: hue angle of 17.65º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F130E is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 14 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.88 |
| HSL | 17.65º | 0.38% | 0.09% | - |
| HSV(B) | 17.65º | 0.55% | 0.12% | - |
| XYZ | 0.88 | 0.79 | 0.52 | - |
| YUV | 22.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 14 | 0 | 0.39 | 0.55 | 0.88 | 17.65 | 0.38 | 0.09 |
| Hex | 1F | 13 | E | 0 | 27 | 37 | 58 | 12 | 26 | 9 |
| Octal | 37 | 23 | 16 | 0 | 47 | 67 | 130 | 22 | 46 | 11 |
| Binary | 11111 | 10011 | 1110 | 0 | 100111 | 110111 | 1011000 | 10010 | 100110 | 1001 |
Color Harmonies of #1F130E
Complementary color
Monochromatic Colors of #1F130E
Black with #1F130E
Text Example
Text Example
White with #1F130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F130E; }
p { color: rgb(31,19,14); }
H1.HeaderClassName
{
color: #1F130E;
}
.AnyTagClassName
{
color: #1F130E;
}
</style>
background-color css
<style>
a { background-color: #1F130E; }
a { background-color: rgb(31,19,14); }
div.DivClassName
{
background-color: #1F130E;
}
.BgClassName
{
background-color: #1F130E;
}
</style>
border-color css
<style>
span { border-color: #1F130E; }
span { border-color: rgb(31,19,14); }
td.TdClassName
{
border-color: #1F130E;
}
.TagClassName
{
border-color: #1F130E;
}
</style>