Shades of Seal Brown #2E130F
Tints of Seal Brown #2E130F
RGB
CMYK
RGB Variations
Color information
#2E130F (or 0x2E130F) is known color: Seal Brown. HEX triplet: 2E, 13 and 0F. RGB value is (46,19,15). Sum of RGB (Red+Green+Blue) = 46+19+15=80 (10% of max value = 765). Red value is 46 (18.36% from 255 or 57.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 46 - color contains mainly: red. Hex color #2E130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E130F is #D1ECF0. Grayscale: #1A1A1A. Windows color (decimal): -13757681 or 987950. OLE color: 987950.
HSL color Cylindrical-coordinate representation of color #2E130F: hue angle of 7.74º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E130F is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 15 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.82 |
| HSL | 7.74º | 0.51% | 0.12% | - |
| HSV(B) | 7.74º | 0.67% | 0.18% | - |
| XYZ | 1.45 | 1.08 | 0.58 | - |
| YUV | 26.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 15 | 0 | 0.59 | 0.67 | 0.82 | 7.74 | 0.51 | 0.12 |
| Hex | 2E | 13 | F | 0 | 3B | 43 | 52 | 8 | 33 | C |
| Octal | 56 | 23 | 17 | 0 | 73 | 103 | 122 | 10 | 63 | 14 |
| Binary | 101110 | 10011 | 1111 | 0 | 111011 | 1000011 | 1010010 | 1000 | 110011 | 1100 |
Color Harmonies of #2E130F
Complementary color
Monochromatic Colors of #2E130F
Black with #2E130F
Text Example
Text Example
White with #2E130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E130F; }
p { color: rgb(46,19,15); }
H1.HeaderClassName
{
color: #2E130F;
}
.AnyTagClassName
{
color: #2E130F;
}
</style>
background-color css
<style>
a { background-color: #2E130F; }
a { background-color: rgb(46,19,15); }
div.DivClassName
{
background-color: #2E130F;
}
.BgClassName
{
background-color: #2E130F;
}
</style>
border-color css
<style>
span { border-color: #2E130F; }
span { border-color: rgb(46,19,15); }
td.TdClassName
{
border-color: #2E130F;
}
.TagClassName
{
border-color: #2E130F;
}
</style>