Shades of Seal Brown #2E1616
Tints of Seal Brown #2E1616
RGB
CMYK
RGB Variations
Color information
#2E1616 (or 0x2E1616) is known color: Seal Brown. HEX triplet: 2E, 16 and 16. RGB value is (46,22,22). Sum of RGB (Red+Green+Blue) = 46+22+22=90 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.11% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1616 is #D1E9E9. Grayscale: #1D1D1D. Windows color (decimal): -13756906 or 1447470. OLE color: 1447470.
HSL color Cylindrical-coordinate representation of color #2E1616: hue angle of 0º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E1616 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 22 | 22 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.82 |
| HSL | 0º | 0.35% | 0.13% | - |
| HSV(B) | 0º | 0.52% | 0.18% | - |
| XYZ | 1.56 | 1.21 | 0.91 | - |
| YUV | 29.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 22 | 0 | 0.52 | 0.52 | 0.82 | 0 | 0.35 | 0.13 |
| Hex | 2E | 16 | 16 | 0 | 34 | 34 | 52 | 0 | 23 | D |
| Octal | 56 | 26 | 26 | 0 | 64 | 64 | 122 | 0 | 43 | 15 |
| Binary | 101110 | 10110 | 10110 | 0 | 110100 | 110100 | 1010010 | 0 | 100011 | 1101 |
Color Harmonies of #2E1616
Complementary color
Monochromatic Colors of #2E1616
Black with #2E1616
Text Example
Text Example
White with #2E1616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1616; }
p { color: rgb(46,22,22); }
H1.HeaderClassName
{
color: #2E1616;
}
.AnyTagClassName
{
color: #2E1616;
}
</style>
background-color css
<style>
a { background-color: #2E1616; }
a { background-color: rgb(46,22,22); }
div.DivClassName
{
background-color: #2E1616;
}
.BgClassName
{
background-color: #2E1616;
}
</style>
border-color css
<style>
span { border-color: #2E1616; }
span { border-color: rgb(46,22,22); }
td.TdClassName
{
border-color: #2E1616;
}
.TagClassName
{
border-color: #2E1616;
}
</style>