Shades of Seal Brown #2B1311
Tints of Seal Brown #2B1311
RGB
CMYK
RGB Variations
Color information
#2B1311 (or 0x2B1311) is known color: Seal Brown. HEX triplet: 2B, 13 and 11. RGB value is (43,19,17). Sum of RGB (Red+Green+Blue) = 43+19+17=79 (10% of max value = 765). Red value is 43 (17.19% from 255 or 54.43% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1311 is #D4ECEE. Grayscale: #191919. Windows color (decimal): -13954287 or 1119019. OLE color: 1119019.
HSL color Cylindrical-coordinate representation of color #2B1311: hue angle of 4.62º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B1311 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 19 | 17 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.83 |
| HSL | 4.62º | 0.43% | 0.12% | - |
| HSV(B) | 4.62º | 0.6% | 0.17% | - |
| XYZ | 1.33 | 1.02 | 0.66 | - |
| YUV | 25.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 19 | 17 | 0 | 0.56 | 0.60 | 0.83 | 4.62 | 0.43 | 0.12 |
| Hex | 2B | 13 | 11 | 0 | 38 | 3C | 53 | 5 | 2B | C |
| Octal | 53 | 23 | 21 | 0 | 70 | 74 | 123 | 5 | 53 | 14 |
| Binary | 101011 | 10011 | 10001 | 0 | 111000 | 111100 | 1010011 | 101 | 101011 | 1100 |
Color Harmonies of #2B1311
Complementary color
Monochromatic Colors of #2B1311
Black with #2B1311
Text Example
Text Example
White with #2B1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1311; }
p { color: rgb(43,19,17); }
H1.HeaderClassName
{
color: #2B1311;
}
.AnyTagClassName
{
color: #2B1311;
}
</style>
background-color css
<style>
a { background-color: #2B1311; }
a { background-color: rgb(43,19,17); }
div.DivClassName
{
background-color: #2B1311;
}
.BgClassName
{
background-color: #2B1311;
}
</style>
border-color css
<style>
span { border-color: #2B1311; }
span { border-color: rgb(43,19,17); }
td.TdClassName
{
border-color: #2B1311;
}
.TagClassName
{
border-color: #2B1311;
}
</style>