Shades of Seal Brown #2E130E
Tints of Seal Brown #2E130E
RGB
CMYK
RGB Variations
Color information
#2E130E (or 0x2E130E) is known color: Seal Brown. HEX triplet: 2E, 13 and 0E. RGB value is (46,19,14). Sum of RGB (Red+Green+Blue) = 46+19+14=79 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.23% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 46 - color contains mainly: red. Hex color #2E130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E130E is #D1ECF1. Grayscale: #1A1A1A. Windows color (decimal): -13757682 or 922414. OLE color: 922414.
HSL color Cylindrical-coordinate representation of color #2E130E: hue angle of 9.38º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E130E is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 14 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.82 |
| HSL | 9.38º | 0.53% | 0.12% | - |
| HSV(B) | 9.38º | 0.7% | 0.18% | - |
| XYZ | 1.44 | 1.08 | 0.55 | - |
| YUV | 26.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 14 | 0 | 0.59 | 0.70 | 0.82 | 9.38 | 0.53 | 0.12 |
| Hex | 2E | 13 | E | 0 | 3B | 46 | 52 | 9 | 35 | C |
| Octal | 56 | 23 | 16 | 0 | 73 | 106 | 122 | 11 | 65 | 14 |
| Binary | 101110 | 10011 | 1110 | 0 | 111011 | 1000110 | 1010010 | 1001 | 110101 | 1100 |
Color Harmonies of #2E130E
Complementary color
Monochromatic Colors of #2E130E
Black with #2E130E
Text Example
Text Example
White with #2E130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E130E; }
p { color: rgb(46,19,14); }
H1.HeaderClassName
{
color: #2E130E;
}
.AnyTagClassName
{
color: #2E130E;
}
</style>
background-color css
<style>
a { background-color: #2E130E; }
a { background-color: rgb(46,19,14); }
div.DivClassName
{
background-color: #2E130E;
}
.BgClassName
{
background-color: #2E130E;
}
</style>
border-color css
<style>
span { border-color: #2E130E; }
span { border-color: rgb(46,19,14); }
td.TdClassName
{
border-color: #2E130E;
}
.TagClassName
{
border-color: #2E130E;
}
</style>