Shades of Seal Brown #2E1312
Tints of Seal Brown #2E1312
RGB
CMYK
RGB Variations
Color information
#2E1312 (or 0x2E1312) is known color: Seal Brown. HEX triplet: 2E, 13 and 12. RGB value is (46,19,18). Sum of RGB (Red+Green+Blue) = 46+19+18=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1312 is #D1ECED. Grayscale: #1A1A1A. Windows color (decimal): -13757678 or 1184558. OLE color: 1184558.
HSL color Cylindrical-coordinate representation of color #2E1312: hue angle of 2.14º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E1312 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 18 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.82 |
| HSL | 2.14º | 0.44% | 0.13% | - |
| HSV(B) | 2.14º | 0.61% | 0.18% | - |
| XYZ | 1.47 | 1.09 | 0.71 | - |
| YUV | 26.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 18 | 0 | 0.59 | 0.61 | 0.82 | 2.14 | 0.44 | 0.13 |
| Hex | 2E | 13 | 12 | 0 | 3B | 3D | 52 | 2 | 2C | D |
| Octal | 56 | 23 | 22 | 0 | 73 | 75 | 122 | 2 | 54 | 15 |
| Binary | 101110 | 10011 | 10010 | 0 | 111011 | 111101 | 1010010 | 10 | 101100 | 1101 |
Color Harmonies of #2E1312
Complementary color
Monochromatic Colors of #2E1312
Black with #2E1312
Text Example
Text Example
White with #2E1312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1312; }
p { color: rgb(46,19,18); }
H1.HeaderClassName
{
color: #2E1312;
}
.AnyTagClassName
{
color: #2E1312;
}
</style>
background-color css
<style>
a { background-color: #2E1312; }
a { background-color: rgb(46,19,18); }
div.DivClassName
{
background-color: #2E1312;
}
.BgClassName
{
background-color: #2E1312;
}
</style>
border-color css
<style>
span { border-color: #2E1312; }
span { border-color: rgb(46,19,18); }
td.TdClassName
{
border-color: #2E1312;
}
.TagClassName
{
border-color: #2E1312;
}
</style>