Shades of Seal Brown #2B110F
Tints of Seal Brown #2B110F
RGB
CMYK
RGB Variations
Color information
#2B110F (or 0x2B110F) is known color: Seal Brown. HEX triplet: 2B, 11 and 0F. RGB value is (43,17,15). Sum of RGB (Red+Green+Blue) = 43+17+15=75 (9% of max value = 765). Red value is 43 (17.19% from 255 or 57.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 43 - color contains mainly: red. Hex color #2B110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B110F is #D4EEF0. Grayscale: #181818. Windows color (decimal): -13954801 or 987435. OLE color: 987435.
HSL color Cylindrical-coordinate representation of color #2B110F: hue angle of 4.29º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B110F is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 17 | 15 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.83 |
| HSL | 4.29º | 0.48% | 0.11% | - |
| HSV(B) | 4.29º | 0.65% | 0.17% | - |
| XYZ | 1.28 | 0.95 | 0.57 | - |
| YUV | 24.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 15 | 0 | 0.60 | 0.65 | 0.83 | 4.29 | 0.48 | 0.11 |
| Hex | 2B | 11 | F | 0 | 3C | 41 | 53 | 4 | 30 | B |
| Octal | 53 | 21 | 17 | 0 | 74 | 101 | 123 | 4 | 60 | 13 |
| Binary | 101011 | 10001 | 1111 | 0 | 111100 | 1000001 | 1010011 | 100 | 110000 | 1011 |
Color Harmonies of #2B110F
Complementary color
Monochromatic Colors of #2B110F
Black with #2B110F
Text Example
Text Example
White with #2B110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B110F; }
p { color: rgb(43,17,15); }
H1.HeaderClassName
{
color: #2B110F;
}
.AnyTagClassName
{
color: #2B110F;
}
</style>
background-color css
<style>
a { background-color: #2B110F; }
a { background-color: rgb(43,17,15); }
div.DivClassName
{
background-color: #2B110F;
}
.BgClassName
{
background-color: #2B110F;
}
</style>
border-color css
<style>
span { border-color: #2B110F; }
span { border-color: rgb(43,17,15); }
td.TdClassName
{
border-color: #2B110F;
}
.TagClassName
{
border-color: #2B110F;
}
</style>