Shades of Seal Brown #2B100F
Tints of Seal Brown #2B100F
RGB
CMYK
RGB Variations
Color information
#2B100F (or 0x2B100F) is known color: Seal Brown. HEX triplet: 2B, 10 and 0F. RGB value is (43,16,15). Sum of RGB (Red+Green+Blue) = 43+16+15=74 (9% of max value = 765). Red value is 43 (17.19% from 255 or 58.11% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 43 - color contains mainly: red. Hex color #2B100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B100F is #D4EFF0. Grayscale: #171717. Windows color (decimal): -13955057 or 987179. OLE color: 987179.
HSL color Cylindrical-coordinate representation of color #2B100F: hue angle of 2.14º 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 #2B100F is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 16 | 15 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.83 |
| HSL | 2.14º | 0.48% | 0.11% | - |
| HSV(B) | 2.14º | 0.65% | 0.17% | - |
| XYZ | 1.27 | 0.92 | 0.56 | - |
| YUV | 23.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 15 | 0 | 0.63 | 0.65 | 0.83 | 2.14 | 0.48 | 0.11 |
| Hex | 2B | 10 | F | 0 | 3F | 41 | 53 | 2 | 30 | B |
| Octal | 53 | 20 | 17 | 0 | 77 | 101 | 123 | 2 | 60 | 13 |
| Binary | 101011 | 10000 | 1111 | 0 | 111111 | 1000001 | 1010011 | 10 | 110000 | 1011 |
Color Harmonies of #2B100F
Complementary color
Monochromatic Colors of #2B100F
Black with #2B100F
Text Example
Text Example
White with #2B100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B100F; }
p { color: rgb(43,16,15); }
H1.HeaderClassName
{
color: #2B100F;
}
.AnyTagClassName
{
color: #2B100F;
}
</style>
background-color css
<style>
a { background-color: #2B100F; }
a { background-color: rgb(43,16,15); }
div.DivClassName
{
background-color: #2B100F;
}
.BgClassName
{
background-color: #2B100F;
}
</style>
border-color css
<style>
span { border-color: #2B100F; }
span { border-color: rgb(43,16,15); }
td.TdClassName
{
border-color: #2B100F;
}
.TagClassName
{
border-color: #2B100F;
}
</style>