Shades of Seal Brown #2E1212
Tints of Seal Brown #2E1212
RGB
CMYK
RGB Variations
Color information
#2E1212 (or 0x2E1212) is known color: Seal Brown. HEX triplet: 2E, 12 and 12. RGB value is (46,18,18). Sum of RGB (Red+Green+Blue) = 46+18+18=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1212 is #D1EDED. Grayscale: #1A1A1A. Windows color (decimal): -13757934 or 1184302. OLE color: 1184302.
HSL color Cylindrical-coordinate representation of color #2E1212: hue angle of 0º 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 #2E1212 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 18 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.82 |
| HSL | 0º | 0.44% | 0.13% | - |
| HSV(B) | 0º | 0.61% | 0.18% | - |
| XYZ | 1.45 | 1.06 | 0.7 | - |
| YUV | 26.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 18 | 0 | 0.61 | 0.61 | 0.82 | 0 | 0.44 | 0.13 |
| Hex | 2E | 12 | 12 | 0 | 3D | 3D | 52 | 0 | 2C | D |
| Octal | 56 | 22 | 22 | 0 | 75 | 75 | 122 | 0 | 54 | 15 |
| Binary | 101110 | 10010 | 10010 | 0 | 111101 | 111101 | 1010010 | 0 | 101100 | 1101 |
Color Harmonies of #2E1212
Complementary color
Monochromatic Colors of #2E1212
Black with #2E1212
Text Example
Text Example
White with #2E1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1212; }
p { color: rgb(46,18,18); }
H1.HeaderClassName
{
color: #2E1212;
}
.AnyTagClassName
{
color: #2E1212;
}
</style>
background-color css
<style>
a { background-color: #2E1212; }
a { background-color: rgb(46,18,18); }
div.DivClassName
{
background-color: #2E1212;
}
.BgClassName
{
background-color: #2E1212;
}
</style>
border-color css
<style>
span { border-color: #2E1212; }
span { border-color: rgb(46,18,18); }
td.TdClassName
{
border-color: #2E1212;
}
.TagClassName
{
border-color: #2E1212;
}
</style>