Shades of Seal Brown #1E0B0B
Tints of Seal Brown #1E0B0B
RGB
CMYK
RGB Variations
Color information
#1E0B0B (or 0x1E0B0B) is known color: Seal Brown. HEX triplet: 1E, 0B and 0B. RGB value is (30,11,11). Sum of RGB (Red+Green+Blue) = 30+11+11=52 (6% of max value = 765). Red value is 30 (12.11% from 255 or 57.69% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B0B is #E1F4F4. Grayscale: #101010. Windows color (decimal): -14808309 or 723742. OLE color: 723742.
HSL color Cylindrical-coordinate representation of color #1E0B0B: hue angle of 0º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E0B0B is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 11 | 11 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.88 |
| HSL | 0º | 0.46% | 0.08% | - |
| HSV(B) | 0º | 0.63% | 0.12% | - |
| XYZ | 0.72 | 0.54 | 0.38 | - |
| YUV | 16.68 | 124.79 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 11 | 0 | 0.63 | 0.63 | 0.88 | 0 | 0.46 | 0.08 |
| Hex | 1E | B | B | 0 | 3F | 3F | 58 | 0 | 2E | 8 |
| Octal | 36 | 13 | 13 | 0 | 77 | 77 | 130 | 0 | 56 | 10 |
| Binary | 11110 | 1011 | 1011 | 0 | 111111 | 111111 | 1011000 | 0 | 101110 | 1000 |
Color Harmonies of #1E0B0B
Complementary color
Monochromatic Colors of #1E0B0B
Black with #1E0B0B
Text Example
Text Example
White with #1E0B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B0B; }
p { color: rgb(30,11,11); }
H1.HeaderClassName
{
color: #1E0B0B;
}
.AnyTagClassName
{
color: #1E0B0B;
}
</style>
background-color css
<style>
a { background-color: #1E0B0B; }
a { background-color: rgb(30,11,11); }
div.DivClassName
{
background-color: #1E0B0B;
}
.BgClassName
{
background-color: #1E0B0B;
}
</style>
border-color css
<style>
span { border-color: #1E0B0B; }
span { border-color: rgb(30,11,11); }
td.TdClassName
{
border-color: #1E0B0B;
}
.TagClassName
{
border-color: #1E0B0B;
}
</style>