Shades of Seal Brown #2B1515
Tints of Seal Brown #2B1515
RGB
CMYK
RGB Variations
Color information
#2B1515 (or 0x2B1515) is known color: Seal Brown. HEX triplet: 2B, 15 and 15. RGB value is (43,21,21). Sum of RGB (Red+Green+Blue) = 43+21+21=85 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50.59% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1515 is #D4EAEA. Grayscale: #1B1B1B. Windows color (decimal): -13953771 or 1381675. OLE color: 1381675.
HSL color Cylindrical-coordinate representation of color #2B1515: hue angle of 0º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B1515 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 21 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.83 |
| HSL | 0º | 0.34% | 0.13% | - |
| HSV(B) | 0º | 0.51% | 0.17% | - |
| XYZ | 1.4 | 1.1 | 0.85 | - |
| YUV | 27.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 21 | 0 | 0.51 | 0.51 | 0.83 | 0 | 0.34 | 0.13 |
| Hex | 2B | 15 | 15 | 0 | 33 | 33 | 53 | 0 | 22 | D |
| Octal | 53 | 25 | 25 | 0 | 63 | 63 | 123 | 0 | 42 | 15 |
| Binary | 101011 | 10101 | 10101 | 0 | 110011 | 110011 | 1010011 | 0 | 100010 | 1101 |
Color Harmonies of #2B1515
Complementary color
Monochromatic Colors of #2B1515
Black with #2B1515
Text Example
Text Example
White with #2B1515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1515; }
p { color: rgb(43,21,21); }
H1.HeaderClassName
{
color: #2B1515;
}
.AnyTagClassName
{
color: #2B1515;
}
</style>
background-color css
<style>
a { background-color: #2B1515; }
a { background-color: rgb(43,21,21); }
div.DivClassName
{
background-color: #2B1515;
}
.BgClassName
{
background-color: #2B1515;
}
</style>
border-color css
<style>
span { border-color: #2B1515; }
span { border-color: rgb(43,21,21); }
td.TdClassName
{
border-color: #2B1515;
}
.TagClassName
{
border-color: #2B1515;
}
</style>