Shades of Seal Brown #2E110B
Tints of Seal Brown #2E110B
RGB
CMYK
RGB Variations
Color information
#2E110B (or 0x2E110B) is known color: Seal Brown. HEX triplet: 2E, 11 and 0B. RGB value is (46,17,11). Sum of RGB (Red+Green+Blue) = 46+17+11=74 (9% of max value = 765). Red value is 46 (18.36% from 255 or 62.16% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 46 - color contains mainly: red. Hex color #2E110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E110B is #D1EEF4. Grayscale: #191919. Windows color (decimal): -13758197 or 725294. OLE color: 725294.
HSL color Cylindrical-coordinate representation of color #2E110B: hue angle of 10.29º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E110B is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 17 | 11 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.82 |
| HSL | 10.29º | 0.61% | 0.11% | - |
| HSV(B) | 10.29º | 0.76% | 0.18% | - |
| XYZ | 1.39 | 1.01 | 0.44 | - |
| YUV | 24.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 11 | 0 | 0.63 | 0.76 | 0.82 | 10.29 | 0.61 | 0.11 |
| Hex | 2E | 11 | B | 0 | 3F | 4C | 52 | A | 3D | B |
| Octal | 56 | 21 | 13 | 0 | 77 | 114 | 122 | 12 | 75 | 13 |
| Binary | 101110 | 10001 | 1011 | 0 | 111111 | 1001100 | 1010010 | 1010 | 111101 | 1011 |
Color Harmonies of #2E110B
Complementary color
Monochromatic Colors of #2E110B
Black with #2E110B
Text Example
Text Example
White with #2E110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E110B; }
p { color: rgb(46,17,11); }
H1.HeaderClassName
{
color: #2E110B;
}
.AnyTagClassName
{
color: #2E110B;
}
</style>
background-color css
<style>
a { background-color: #2E110B; }
a { background-color: rgb(46,17,11); }
div.DivClassName
{
background-color: #2E110B;
}
.BgClassName
{
background-color: #2E110B;
}
</style>
border-color css
<style>
span { border-color: #2E110B; }
span { border-color: rgb(46,17,11); }
td.TdClassName
{
border-color: #2E110B;
}
.TagClassName
{
border-color: #2E110B;
}
</style>