Shades of Seal Brown #1F0C01
Tints of Seal Brown #1F0C01
RGB
CMYK
RGB Variations
Color information
#1F0C01 (or 0x1F0C01) is known color: Seal Brown. HEX triplet: 1F, 0C and 01. RGB value is (31,12,1). Sum of RGB (Red+Green+Blue) = 31+12+1=44 (5% of max value = 765). Red value is 31 (12.5% from 255 or 70.45% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C01 is #E0F3FE. Grayscale: #101010. Windows color (decimal): -14742527 or 68639. OLE color: 68639.
HSL color Cylindrical-coordinate representation of color #1F0C01: hue angle of 22º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0C01 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 1 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.88 |
| HSL | 22º | 0.94% | 0.06% | - |
| HSV(B) | 22º | 0.97% | 0.12% | - |
| XYZ | 0.7 | 0.56 | 0.1 | - |
| YUV | 16.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 1 | 0 | 0.61 | 0.97 | 0.88 | 22 | 0.94 | 0.06 |
| Hex | 1F | C | 1 | 0 | 3D | 61 | 58 | 16 | 5E | 6 |
| Octal | 37 | 14 | 1 | 0 | 75 | 141 | 130 | 26 | 136 | 6 |
| Binary | 11111 | 1100 | 1 | 0 | 111101 | 1100001 | 1011000 | 10110 | 1011110 | 110 |
Color Harmonies of #1F0C01
Complementary color
Monochromatic Colors of #1F0C01
Black with #1F0C01
Text Example
Text Example
White with #1F0C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C01; }
p { color: rgb(31,12,1); }
H1.HeaderClassName
{
color: #1F0C01;
}
.AnyTagClassName
{
color: #1F0C01;
}
</style>
background-color css
<style>
a { background-color: #1F0C01; }
a { background-color: rgb(31,12,1); }
div.DivClassName
{
background-color: #1F0C01;
}
.BgClassName
{
background-color: #1F0C01;
}
</style>
border-color css
<style>
span { border-color: #1F0C01; }
span { border-color: rgb(31,12,1); }
td.TdClassName
{
border-color: #1F0C01;
}
.TagClassName
{
border-color: #1F0C01;
}
</style>