Shades of Seal Brown #1F0F08
Tints of Seal Brown #1F0F08
RGB
CMYK
RGB Variations
Color information
#1F0F08 (or 0x1F0F08) is known color: Seal Brown. HEX triplet: 1F, 0F and 08. RGB value is (31,15,8). Sum of RGB (Red+Green+Blue) = 31+15+8=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F08 is #E0F0F7. Grayscale: #131313. Windows color (decimal): -14741752 or 528159. OLE color: 528159.
HSL color Cylindrical-coordinate representation of color #1F0F08: hue angle of 18.26º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F0F08 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 15 | 8 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.88 |
| HSL | 18.26º | 0.59% | 0.08% | - |
| HSV(B) | 18.26º | 0.74% | 0.12% | - |
| XYZ | 0.78 | 0.65 | 0.31 | - |
| YUV | 18.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 8 | 0 | 0.52 | 0.74 | 0.88 | 18.26 | 0.59 | 0.08 |
| Hex | 1F | F | 8 | 0 | 34 | 4A | 58 | 12 | 3B | 8 |
| Octal | 37 | 17 | 10 | 0 | 64 | 112 | 130 | 22 | 73 | 10 |
| Binary | 11111 | 1111 | 1000 | 0 | 110100 | 1001010 | 1011000 | 10010 | 111011 | 1000 |
Color Harmonies of #1F0F08
Complementary color
Monochromatic Colors of #1F0F08
Black with #1F0F08
Text Example
Text Example
White with #1F0F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0F08; }
p { color: rgb(31,15,8); }
H1.HeaderClassName
{
color: #1F0F08;
}
.AnyTagClassName
{
color: #1F0F08;
}
</style>
background-color css
<style>
a { background-color: #1F0F08; }
a { background-color: rgb(31,15,8); }
div.DivClassName
{
background-color: #1F0F08;
}
.BgClassName
{
background-color: #1F0F08;
}
</style>
border-color css
<style>
span { border-color: #1F0F08; }
span { border-color: rgb(31,15,8); }
td.TdClassName
{
border-color: #1F0F08;
}
.TagClassName
{
border-color: #1F0F08;
}
</style>