Shades of Seal Brown #1E1010
Tints of Seal Brown #1E1010
RGB
CMYK
RGB Variations
Color information
#1E1010 (or 0x1E1010) is known color: Seal Brown. HEX triplet: 1E, 10 and 10. RGB value is (30,16,16). Sum of RGB (Red+Green+Blue) = 30+16+16=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1010 is #E1EFEF. Grayscale: #141414. Windows color (decimal): -14807024 or 1052702. OLE color: 1052702.
HSL color Cylindrical-coordinate representation of color #1E1010: hue angle of 0º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E1010 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.88.
Color convert
RGB | 30 | 16 | 16 | - |
CMYK | 0 | 0.47 | 0.47 | 0.88 |
HSL | 0º | 0.3% | 0.09% | - |
HSV(B) | 0º | 0.47% | 0.12% | - |
XYZ | 0.81 | 0.68 | 0.58 | - |
YUV | 20.19 | 125.64 | 135 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 16 | 16 | 0 | 0.47 | 0.47 | 0.88 | 0 | 0.3 | 0.09 |
Hex | 1E | 10 | 10 | 0 | 2F | 2F | 58 | 0 | 1E | 9 |
Octal | 36 | 20 | 20 | 0 | 57 | 57 | 130 | 0 | 36 | 11 |
Binary | 11110 | 10000 | 10000 | 0 | 101111 | 101111 | 1011000 | 0 | 11110 | 1001 |
Color Harmonies of #1E1010
Complementary color
Monochromatic Colors of #1E1010
Black with #1E1010
Text Example
Text Example
White with #1E1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1010; }
p { color: rgb(30,16,16); }
H1.HeaderClassName
{
color: #1E1010;
}
.AnyTagClassName
{
color: #1E1010;
}
</style>
background-color css
<style>
a { background-color: #1E1010; }
a { background-color: rgb(30,16,16); }
div.DivClassName
{
background-color: #1E1010;
}
.BgClassName
{
background-color: #1E1010;
}
</style>
border-color css
<style>
span { border-color: #1E1010; }
span { border-color: rgb(30,16,16); }
td.TdClassName
{
border-color: #1E1010;
}
.TagClassName
{
border-color: #1E1010;
}
</style>