Shades of Seal Brown #1F100F
Tints of Seal Brown #1F100F
RGB
CMYK
RGB Variations
Color information
#1F100F (or 0x1F100F) is known color: Seal Brown. HEX triplet: 1F, 10 and 0F. RGB value is (31,16,15). Sum of RGB (Red+Green+Blue) = 31+16+15=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F100F is #E0EFF0. Grayscale: #141414. Windows color (decimal): -14741489 or 987167. OLE color: 987167.
HSL color Cylindrical-coordinate representation of color #1F100F: hue angle of 3.75º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F100F is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 16 | 15 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.88 |
| HSL | 3.75º | 0.35% | 0.09% | - |
| HSV(B) | 3.75º | 0.52% | 0.12% | - |
| XYZ | 0.84 | 0.7 | 0.54 | - |
| YUV | 20.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 15 | 0 | 0.48 | 0.52 | 0.88 | 3.75 | 0.35 | 0.09 |
| Hex | 1F | 10 | F | 0 | 30 | 34 | 58 | 4 | 23 | 9 |
| Octal | 37 | 20 | 17 | 0 | 60 | 64 | 130 | 4 | 43 | 11 |
| Binary | 11111 | 10000 | 1111 | 0 | 110000 | 110100 | 1011000 | 100 | 100011 | 1001 |
Color Harmonies of #1F100F
Complementary color
Monochromatic Colors of #1F100F
Black with #1F100F
Text Example
Text Example
White with #1F100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F100F; }
p { color: rgb(31,16,15); }
H1.HeaderClassName
{
color: #1F100F;
}
.AnyTagClassName
{
color: #1F100F;
}
</style>
background-color css
<style>
a { background-color: #1F100F; }
a { background-color: rgb(31,16,15); }
div.DivClassName
{
background-color: #1F100F;
}
.BgClassName
{
background-color: #1F100F;
}
</style>
border-color css
<style>
span { border-color: #1F100F; }
span { border-color: rgb(31,16,15); }
td.TdClassName
{
border-color: #1F100F;
}
.TagClassName
{
border-color: #1F100F;
}
</style>