Shades of Seal Brown #2E1515
Tints of Seal Brown #2E1515
RGB
CMYK
RGB Variations
Color information
#2E1515 (or 0x2E1515) is known color: Seal Brown. HEX triplet: 2E, 15 and 15. RGB value is (46,21,21). Sum of RGB (Red+Green+Blue) = 46+21+21=88 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.27% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1515 is #D1EAEA. Grayscale: #1C1C1C. Windows color (decimal): -13757163 or 1381678. OLE color: 1381678.
HSL color Cylindrical-coordinate representation of color #2E1515: hue angle of 0º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E1515 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 21 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.82 |
| HSL | 0º | 0.37% | 0.13% | - |
| HSV(B) | 0º | 0.54% | 0.18% | - |
| XYZ | 1.53 | 1.17 | 0.85 | - |
| YUV | 28.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 21 | 0 | 0.54 | 0.54 | 0.82 | 0 | 0.37 | 0.13 |
| Hex | 2E | 15 | 15 | 0 | 36 | 36 | 52 | 0 | 25 | D |
| Octal | 56 | 25 | 25 | 0 | 66 | 66 | 122 | 0 | 45 | 15 |
| Binary | 101110 | 10101 | 10101 | 0 | 110110 | 110110 | 1010010 | 0 | 100101 | 1101 |
Color Harmonies of #2E1515
Complementary color
Monochromatic Colors of #2E1515
Black with #2E1515
Text Example
Text Example
White with #2E1515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1515; }
p { color: rgb(46,21,21); }
H1.HeaderClassName
{
color: #2E1515;
}
.AnyTagClassName
{
color: #2E1515;
}
</style>
background-color css
<style>
a { background-color: #2E1515; }
a { background-color: rgb(46,21,21); }
div.DivClassName
{
background-color: #2E1515;
}
.BgClassName
{
background-color: #2E1515;
}
</style>
border-color css
<style>
span { border-color: #2E1515; }
span { border-color: rgb(46,21,21); }
td.TdClassName
{
border-color: #2E1515;
}
.TagClassName
{
border-color: #2E1515;
}
</style>