Shades of Seal Brown #1E1312
Tints of Seal Brown #1E1312
RGB
CMYK
RGB Variations
Color information
#1E1312 (or 0x1E1312) is known color: Seal Brown. HEX triplet: 1E, 13 and 12. RGB value is (30,19,18). Sum of RGB (Red+Green+Blue) = 30+19+18=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1312 is #E1ECED. Grayscale: #161616. Windows color (decimal): -14806254 or 1184542. OLE color: 1184542.
HSL color Cylindrical-coordinate representation of color #1E1312: hue angle of 5º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E1312 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 19 | 18 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.88 |
| HSL | 5º | 0.25% | 0.09% | - |
| HSV(B) | 5º | 0.4% | 0.12% | - |
| XYZ | 0.88 | 0.79 | 0.68 | - |
| YUV | 22.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 18 | 0 | 0.37 | 0.40 | 0.88 | 5 | 0.25 | 0.09 |
| Hex | 1E | 13 | 12 | 0 | 25 | 28 | 58 | 5 | 19 | 9 |
| Octal | 36 | 23 | 22 | 0 | 45 | 50 | 130 | 5 | 31 | 11 |
| Binary | 11110 | 10011 | 10010 | 0 | 100101 | 101000 | 1011000 | 101 | 11001 | 1001 |
Color Harmonies of #1E1312
Complementary color
Monochromatic Colors of #1E1312
Black with #1E1312
Text Example
Text Example
White with #1E1312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1312; }
p { color: rgb(30,19,18); }
H1.HeaderClassName
{
color: #1E1312;
}
.AnyTagClassName
{
color: #1E1312;
}
</style>
background-color css
<style>
a { background-color: #1E1312; }
a { background-color: rgb(30,19,18); }
div.DivClassName
{
background-color: #1E1312;
}
.BgClassName
{
background-color: #1E1312;
}
</style>
border-color css
<style>
span { border-color: #1E1312; }
span { border-color: rgb(30,19,18); }
td.TdClassName
{
border-color: #1E1312;
}
.TagClassName
{
border-color: #1E1312;
}
</style>