Shades of Seal Brown #2B1A16
Tints of Seal Brown #2B1A16
RGB
CMYK
RGB Variations
Color information
#2B1A16 (or 0x2B1A16) is known color: Seal Brown. HEX triplet: 2B, 1A and 16. RGB value is (43,26,22). Sum of RGB (Red+Green+Blue) = 43+26+22=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1A16 is #D4E5E9. Grayscale: #1E1E1E. Windows color (decimal): -13952490 or 1448491. OLE color: 1448491.
HSL color Cylindrical-coordinate representation of color #2B1A16: hue angle of 11.43º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B1A16 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 26 | 22 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.83 |
| HSL | 11.43º | 0.32% | 0.13% | - |
| HSV(B) | 11.43º | 0.49% | 0.17% | - |
| XYZ | 1.51 | 1.31 | 0.93 | - |
| YUV | 30.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 22 | 0 | 0.40 | 0.49 | 0.83 | 11.43 | 0.32 | 0.13 |
| Hex | 2B | 1A | 16 | 0 | 28 | 31 | 53 | B | 20 | D |
| Octal | 53 | 32 | 26 | 0 | 50 | 61 | 123 | 13 | 40 | 15 |
| Binary | 101011 | 11010 | 10110 | 0 | 101000 | 110001 | 1010011 | 1011 | 100000 | 1101 |
Color Harmonies of #2B1A16
Complementary color
Monochromatic Colors of #2B1A16
Black with #2B1A16
Text Example
Text Example
White with #2B1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1A16; }
p { color: rgb(43,26,22); }
H1.HeaderClassName
{
color: #2B1A16;
}
.AnyTagClassName
{
color: #2B1A16;
}
</style>
background-color css
<style>
a { background-color: #2B1A16; }
a { background-color: rgb(43,26,22); }
div.DivClassName
{
background-color: #2B1A16;
}
.BgClassName
{
background-color: #2B1A16;
}
</style>
border-color css
<style>
span { border-color: #2B1A16; }
span { border-color: rgb(43,26,22); }
td.TdClassName
{
border-color: #2B1A16;
}
.TagClassName
{
border-color: #2B1A16;
}
</style>