Shades of Seal Brown #1F1010
Tints of Seal Brown #1F1010
RGB
CMYK
RGB Variations
Color information
#1F1010 (or 0x1F1010) is known color: Seal Brown. HEX triplet: 1F, 10 and 10. RGB value is (31,16,16). Sum of RGB (Red+Green+Blue) = 31+16+16=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1010 is #E0EFEF. Grayscale: #141414. Windows color (decimal): -14741488 or 1052703. OLE color: 1052703.
HSL color Cylindrical-coordinate representation of color #1F1010: hue angle of 0º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F1010 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
RGB | 31 | 16 | 16 | - |
CMYK | 0 | 0.48 | 0.48 | 0.88 |
HSL | 0º | 0.32% | 0.09% | - |
HSV(B) | 0º | 0.48% | 0.12% | - |
XYZ | 0.84 | 0.7 | 0.58 | - |
YUV | 20.49 | 125.47 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 16 | 16 | 0 | 0.48 | 0.48 | 0.88 | 0 | 0.32 | 0.09 |
Hex | 1F | 10 | 10 | 0 | 30 | 30 | 58 | 0 | 20 | 9 |
Octal | 37 | 20 | 20 | 0 | 60 | 60 | 130 | 0 | 40 | 11 |
Binary | 11111 | 10000 | 10000 | 0 | 110000 | 110000 | 1011000 | 0 | 100000 | 1001 |
Color Harmonies of #1F1010
Complementary color
Monochromatic Colors of #1F1010
Black with #1F1010
Text Example
Text Example
White with #1F1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1010; }
p { color: rgb(31,16,16); }
H1.HeaderClassName
{
color: #1F1010;
}
.AnyTagClassName
{
color: #1F1010;
}
</style>
background-color css
<style>
a { background-color: #1F1010; }
a { background-color: rgb(31,16,16); }
div.DivClassName
{
background-color: #1F1010;
}
.BgClassName
{
background-color: #1F1010;
}
</style>
border-color css
<style>
span { border-color: #1F1010; }
span { border-color: rgb(31,16,16); }
td.TdClassName
{
border-color: #1F1010;
}
.TagClassName
{
border-color: #1F1010;
}
</style>