Shades of Seal Brown #1F120F
Tints of Seal Brown #1F120F
RGB
CMYK
RGB Variations
Color information
#1F120F (or 0x1F120F) is known color: Seal Brown. HEX triplet: 1F, 12 and 0F. RGB value is (31,18,15). Sum of RGB (Red+Green+Blue) = 31+18+15=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F120F is #E0EDF0. Grayscale: #151515. Windows color (decimal): -14740977 or 987679. OLE color: 987679.
HSL color Cylindrical-coordinate representation of color #1F120F: hue angle of 11.25º 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 #1F120F is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 18 | 15 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.88 |
| HSL | 11.25º | 0.35% | 0.09% | - |
| HSV(B) | 11.25º | 0.52% | 0.12% | - |
| XYZ | 0.87 | 0.76 | 0.55 | - |
| YUV | 21.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 15 | 0 | 0.42 | 0.52 | 0.88 | 11.25 | 0.35 | 0.09 |
| Hex | 1F | 12 | F | 0 | 2A | 34 | 58 | B | 23 | 9 |
| Octal | 37 | 22 | 17 | 0 | 52 | 64 | 130 | 13 | 43 | 11 |
| Binary | 11111 | 10010 | 1111 | 0 | 101010 | 110100 | 1011000 | 1011 | 100011 | 1001 |
Color Harmonies of #1F120F
Complementary color
Monochromatic Colors of #1F120F
Black with #1F120F
Text Example
Text Example
White with #1F120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F120F; }
p { color: rgb(31,18,15); }
H1.HeaderClassName
{
color: #1F120F;
}
.AnyTagClassName
{
color: #1F120F;
}
</style>
background-color css
<style>
a { background-color: #1F120F; }
a { background-color: rgb(31,18,15); }
div.DivClassName
{
background-color: #1F120F;
}
.BgClassName
{
background-color: #1F120F;
}
</style>
border-color css
<style>
span { border-color: #1F120F; }
span { border-color: rgb(31,18,15); }
td.TdClassName
{
border-color: #1F120F;
}
.TagClassName
{
border-color: #1F120F;
}
</style>