Shades of Seal Brown #2E1717
Tints of Seal Brown #2E1717
RGB
CMYK
RGB Variations
Color information
#2E1717 (or 0x2E1717) is known color: Seal Brown. HEX triplet: 2E, 17 and 17. RGB value is (46,23,23). Sum of RGB (Red+Green+Blue) = 46+23+23=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1717 is #D1E8E8. Grayscale: #1D1D1D. Windows color (decimal): -13756649 or 1513262. OLE color: 1513262.
HSL color Cylindrical-coordinate representation of color #2E1717: hue angle of 0º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E1717 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 23 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.82 |
| HSL | 0º | 0.33% | 0.14% | - |
| HSV(B) | 0º | 0.5% | 0.18% | - |
| XYZ | 1.59 | 1.26 | 0.97 | - |
| YUV | 29.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 23 | 0 | 0.50 | 0.50 | 0.82 | 0 | 0.33 | 0.14 |
| Hex | 2E | 17 | 17 | 0 | 32 | 32 | 52 | 0 | 21 | E |
| Octal | 56 | 27 | 27 | 0 | 62 | 62 | 122 | 0 | 41 | 16 |
| Binary | 101110 | 10111 | 10111 | 0 | 110010 | 110010 | 1010010 | 0 | 100001 | 1110 |
Color Harmonies of #2E1717
Complementary color
Monochromatic Colors of #2E1717
Black with #2E1717
Text Example
Text Example
White with #2E1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1717; }
p { color: rgb(46,23,23); }
H1.HeaderClassName
{
color: #2E1717;
}
.AnyTagClassName
{
color: #2E1717;
}
</style>
background-color css
<style>
a { background-color: #2E1717; }
a { background-color: rgb(46,23,23); }
div.DivClassName
{
background-color: #2E1717;
}
.BgClassName
{
background-color: #2E1717;
}
</style>
border-color css
<style>
span { border-color: #2E1717; }
span { border-color: rgb(46,23,23); }
td.TdClassName
{
border-color: #2E1717;
}
.TagClassName
{
border-color: #2E1717;
}
</style>