Shades of Seal Brown #1F100C
Tints of Seal Brown #1F100C
RGB
CMYK
RGB Variations
Color information
#1F100C (or 0x1F100C) is known color: Seal Brown. HEX triplet: 1F, 10 and 0C. RGB value is (31,16,12). Sum of RGB (Red+Green+Blue) = 31+16+12=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F100C is #E0EFF3. Grayscale: #141414. Windows color (decimal): -14741492 or 790559. OLE color: 790559.
HSL color Cylindrical-coordinate representation of color #1F100C: hue angle of 12.63º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F100C is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 16 | 12 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.88 |
| HSL | 12.63º | 0.44% | 0.08% | - |
| HSV(B) | 12.63º | 0.61% | 0.12% | - |
| XYZ | 0.82 | 0.69 | 0.44 | - |
| YUV | 20.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 12 | 0 | 0.48 | 0.61 | 0.88 | 12.63 | 0.44 | 0.08 |
| Hex | 1F | 10 | C | 0 | 30 | 3D | 58 | D | 2C | 8 |
| Octal | 37 | 20 | 14 | 0 | 60 | 75 | 130 | 15 | 54 | 10 |
| Binary | 11111 | 10000 | 1100 | 0 | 110000 | 111101 | 1011000 | 1101 | 101100 | 1000 |
Color Harmonies of #1F100C
Complementary color
Monochromatic Colors of #1F100C
Black with #1F100C
Text Example
Text Example
White with #1F100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F100C; }
p { color: rgb(31,16,12); }
H1.HeaderClassName
{
color: #1F100C;
}
.AnyTagClassName
{
color: #1F100C;
}
</style>
background-color css
<style>
a { background-color: #1F100C; }
a { background-color: rgb(31,16,12); }
div.DivClassName
{
background-color: #1F100C;
}
.BgClassName
{
background-color: #1F100C;
}
</style>
border-color css
<style>
span { border-color: #1F100C; }
span { border-color: rgb(31,16,12); }
td.TdClassName
{
border-color: #1F100C;
}
.TagClassName
{
border-color: #1F100C;
}
</style>