Shades of Seal Brown #1F0C03
Tints of Seal Brown #1F0C03
RGB
CMYK
RGB Variations
Color information
#1F0C03 (or 0x1F0C03) is known color: Seal Brown. HEX triplet: 1F, 0C and 03. RGB value is (31,12,3). Sum of RGB (Red+Green+Blue) = 31+12+3=46 (6% of max value = 765). Red value is 31 (12.5% from 255 or 67.39% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 3 (1.56% from 255 or 6.52% from 46); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C03 is #E0F3FC. Grayscale: #101010. Windows color (decimal): -14742525 or 199711. OLE color: 199711.
HSL color Cylindrical-coordinate representation of color #1F0C03: hue angle of 19.29º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0C03 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 3 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.88 |
| HSL | 19.29º | 0.82% | 0.07% | - |
| HSV(B) | 19.29º | 0.9% | 0.12% | - |
| XYZ | 0.71 | 0.56 | 0.16 | - |
| YUV | 16.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 3 | 0 | 0.61 | 0.90 | 0.88 | 19.29 | 0.82 | 0.07 |
| Hex | 1F | C | 3 | 0 | 3D | 5A | 58 | 13 | 52 | 7 |
| Octal | 37 | 14 | 3 | 0 | 75 | 132 | 130 | 23 | 122 | 7 |
| Binary | 11111 | 1100 | 11 | 0 | 111101 | 1011010 | 1011000 | 10011 | 1010010 | 111 |
Color Harmonies of #1F0C03
Complementary color
Monochromatic Colors of #1F0C03
Black with #1F0C03
Text Example
Text Example
White with #1F0C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C03; }
p { color: rgb(31,12,3); }
H1.HeaderClassName
{
color: #1F0C03;
}
.AnyTagClassName
{
color: #1F0C03;
}
</style>
background-color css
<style>
a { background-color: #1F0C03; }
a { background-color: rgb(31,12,3); }
div.DivClassName
{
background-color: #1F0C03;
}
.BgClassName
{
background-color: #1F0C03;
}
</style>
border-color css
<style>
span { border-color: #1F0C03; }
span { border-color: rgb(31,12,3); }
td.TdClassName
{
border-color: #1F0C03;
}
.TagClassName
{
border-color: #1F0C03;
}
</style>