Shades of Seal Brown #2E1A1A
Tints of Seal Brown #2E1A1A
RGB
CMYK
RGB Variations
Color information
#2E1A1A (or 0x2E1A1A) is known color: Seal Brown. HEX triplet: 2E, 1A and 1A. RGB value is (46,26,26). Sum of RGB (Red+Green+Blue) = 46+26+26=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1A1A is #D1E5E5. Grayscale: #202020. Windows color (decimal): -13755878 or 1710638. OLE color: 1710638.
HSL color Cylindrical-coordinate representation of color #2E1A1A: hue angle of 0º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E1A1A is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 26 | 26 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.82 |
| HSL | 0º | 0.28% | 0.14% | - |
| HSV(B) | 0º | 0.43% | 0.18% | - |
| XYZ | 1.68 | 1.39 | 1.16 | - |
| YUV | 31.98 | 124.63 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 26 | 0 | 0.43 | 0.43 | 0.82 | 0 | 0.28 | 0.14 |
| Hex | 2E | 1A | 1A | 0 | 2B | 2B | 52 | 0 | 1C | E |
| Octal | 56 | 32 | 32 | 0 | 53 | 53 | 122 | 0 | 34 | 16 |
| Binary | 101110 | 11010 | 11010 | 0 | 101011 | 101011 | 1010010 | 0 | 11100 | 1110 |
Color Harmonies of #2E1A1A
Complementary color
Monochromatic Colors of #2E1A1A
Black with #2E1A1A
Text Example
Text Example
White with #2E1A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A1A; }
p { color: rgb(46,26,26); }
H1.HeaderClassName
{
color: #2E1A1A;
}
.AnyTagClassName
{
color: #2E1A1A;
}
</style>
background-color css
<style>
a { background-color: #2E1A1A; }
a { background-color: rgb(46,26,26); }
div.DivClassName
{
background-color: #2E1A1A;
}
.BgClassName
{
background-color: #2E1A1A;
}
</style>
border-color css
<style>
span { border-color: #2E1A1A; }
span { border-color: rgb(46,26,26); }
td.TdClassName
{
border-color: #2E1A1A;
}
.TagClassName
{
border-color: #2E1A1A;
}
</style>