Shades of Seal Brown #1F0B09
Tints of Seal Brown #1F0B09
RGB
CMYK
RGB Variations
Color information
#1F0B09 (or 0x1F0B09) is known color: Seal Brown. HEX triplet: 1F, 0B and 09. RGB value is (31,11,9). Sum of RGB (Red+Green+Blue) = 31+11+9=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B09 is #E0F4F6. Grayscale: #101010. Windows color (decimal): -14742775 or 592671. OLE color: 592671.
HSL color Cylindrical-coordinate representation of color #1F0B09: hue angle of 5.45º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F0B09 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 11 | 9 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.88 |
| HSL | 5.45º | 0.55% | 0.08% | - |
| HSV(B) | 5.45º | 0.71% | 0.12% | - |
| XYZ | 0.73 | 0.55 | 0.33 | - |
| YUV | 16.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 9 | 0 | 0.65 | 0.71 | 0.88 | 5.45 | 0.55 | 0.08 |
| Hex | 1F | B | 9 | 0 | 41 | 47 | 58 | 5 | 37 | 8 |
| Octal | 37 | 13 | 11 | 0 | 101 | 107 | 130 | 5 | 67 | 10 |
| Binary | 11111 | 1011 | 1001 | 0 | 1000001 | 1000111 | 1011000 | 101 | 110111 | 1000 |
Color Harmonies of #1F0B09
Complementary color
Monochromatic Colors of #1F0B09
Black with #1F0B09
Text Example
Text Example
White with #1F0B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B09; }
p { color: rgb(31,11,9); }
H1.HeaderClassName
{
color: #1F0B09;
}
.AnyTagClassName
{
color: #1F0B09;
}
</style>
background-color css
<style>
a { background-color: #1F0B09; }
a { background-color: rgb(31,11,9); }
div.DivClassName
{
background-color: #1F0B09;
}
.BgClassName
{
background-color: #1F0B09;
}
</style>
border-color css
<style>
span { border-color: #1F0B09; }
span { border-color: rgb(31,11,9); }
td.TdClassName
{
border-color: #1F0B09;
}
.TagClassName
{
border-color: #1F0B09;
}
</style>