Shades of Seal Brown #2B1919
Tints of Seal Brown #2B1919
RGB
CMYK
RGB Variations
Color information
#2B1919 (or 0x2B1919) is known color: Seal Brown. HEX triplet: 2B, 19 and 19. RGB value is (43,25,25). Sum of RGB (Red+Green+Blue) = 43+25+25=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1919 is #D4E6E6. Grayscale: #1E1E1E. Windows color (decimal): -13952743 or 1644843. OLE color: 1644843.
HSL color Cylindrical-coordinate representation of color #2B1919: hue angle of 0º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B1919 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 25 | 25 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.83 |
| HSL | 0º | 0.26% | 0.13% | - |
| HSV(B) | 0º | 0.42% | 0.17% | - |
| XYZ | 1.52 | 1.28 | 1.09 | - |
| YUV | 30.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 25 | 0 | 0.42 | 0.42 | 0.83 | 0 | 0.26 | 0.13 |
| Hex | 2B | 19 | 19 | 0 | 2A | 2A | 53 | 0 | 1A | D |
| Octal | 53 | 31 | 31 | 0 | 52 | 52 | 123 | 0 | 32 | 15 |
| Binary | 101011 | 11001 | 11001 | 0 | 101010 | 101010 | 1010011 | 0 | 11010 | 1101 |
Color Harmonies of #2B1919
Complementary color
Monochromatic Colors of #2B1919
Black with #2B1919
Text Example
Text Example
White with #2B1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1919; }
p { color: rgb(43,25,25); }
H1.HeaderClassName
{
color: #2B1919;
}
.AnyTagClassName
{
color: #2B1919;
}
</style>
background-color css
<style>
a { background-color: #2B1919; }
a { background-color: rgb(43,25,25); }
div.DivClassName
{
background-color: #2B1919;
}
.BgClassName
{
background-color: #2B1919;
}
</style>
border-color css
<style>
span { border-color: #2B1919; }
span { border-color: rgb(43,25,25); }
td.TdClassName
{
border-color: #2B1919;
}
.TagClassName
{
border-color: #2B1919;
}
</style>