Shades of Seal Brown #1E130F
Tints of Seal Brown #1E130F
RGB
CMYK
RGB Variations
Color information
#1E130F (or 0x1E130F) is known color: Seal Brown. HEX triplet: 1E, 13 and 0F. RGB value is (30,19,15). Sum of RGB (Red+Green+Blue) = 30+19+15=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E130F is #E1ECF0. Grayscale: #151515. Windows color (decimal): -14806257 or 987934. OLE color: 987934.
HSL color Cylindrical-coordinate representation of color #1E130F: hue angle of 16º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E130F is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 19 | 15 | - |
| CMYK | 0 | 0.37 | 0.5 | 0.88 |
| HSL | 16º | 0.33% | 0.09% | - |
| HSV(B) | 16º | 0.5% | 0.12% | - |
| XYZ | 0.85 | 0.78 | 0.56 | - |
| YUV | 21.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 15 | 0 | 0.37 | 0.5 | 0.88 | 16 | 0.33 | 0.09 |
| Hex | 1E | 13 | F | 0 | 25 | 32 | 58 | 10 | 21 | 9 |
| Octal | 36 | 23 | 17 | 0 | 45 | 62 | 130 | 20 | 41 | 11 |
| Binary | 11110 | 10011 | 1111 | 0 | 100101 | 110010 | 1011000 | 10000 | 100001 | 1001 |
Color Harmonies of #1E130F
Complementary color
Monochromatic Colors of #1E130F
Black with #1E130F
Text Example
Text Example
White with #1E130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E130F; }
p { color: rgb(30,19,15); }
H1.HeaderClassName
{
color: #1E130F;
}
.AnyTagClassName
{
color: #1E130F;
}
</style>
background-color css
<style>
a { background-color: #1E130F; }
a { background-color: rgb(30,19,15); }
div.DivClassName
{
background-color: #1E130F;
}
.BgClassName
{
background-color: #1E130F;
}
</style>
border-color css
<style>
span { border-color: #1E130F; }
span { border-color: rgb(30,19,15); }
td.TdClassName
{
border-color: #1E130F;
}
.TagClassName
{
border-color: #1E130F;
}
</style>