Shades of Seal Brown #2B100B
Tints of Seal Brown #2B100B
RGB
CMYK
RGB Variations
Color information
#2B100B (or 0x2B100B) is known color: Seal Brown. HEX triplet: 2B, 10 and 0B. RGB value is (43,16,11). Sum of RGB (Red+Green+Blue) = 43+16+11=70 (9% of max value = 765). Red value is 43 (17.19% from 255 or 61.43% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 43 - color contains mainly: red. Hex color #2B100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B100B is #D4EFF4. Grayscale: #171717. Windows color (decimal): -13955061 or 725035. OLE color: 725035.
HSL color Cylindrical-coordinate representation of color #2B100B: hue angle of 9.38º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B100B is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.83.
Color convert
RGB | 43 | 16 | 11 | - |
CMYK | 0 | 0.63 | 0.74 | 0.83 |
HSL | 9.38º | 0.59% | 0.11% | - |
HSV(B) | 9.38º | 0.74% | 0.17% | - |
XYZ | 1.24 | 0.91 | 0.43 | - |
YUV | 23.5 | 120.95 | 141.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 16 | 11 | 0 | 0.63 | 0.74 | 0.83 | 9.38 | 0.59 | 0.11 |
Hex | 2B | 10 | B | 0 | 3F | 4A | 53 | 9 | 3B | B |
Octal | 53 | 20 | 13 | 0 | 77 | 112 | 123 | 11 | 73 | 13 |
Binary | 101011 | 10000 | 1011 | 0 | 111111 | 1001010 | 1010011 | 1001 | 111011 | 1011 |
Color Harmonies of #2B100B
Complementary color
Monochromatic Colors of #2B100B
Black with #2B100B
Text Example
Text Example
White with #2B100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B100B; }
p { color: rgb(43,16,11); }
H1.HeaderClassName
{
color: #2B100B;
}
.AnyTagClassName
{
color: #2B100B;
}
</style>
background-color css
<style>
a { background-color: #2B100B; }
a { background-color: rgb(43,16,11); }
div.DivClassName
{
background-color: #2B100B;
}
.BgClassName
{
background-color: #2B100B;
}
</style>
border-color css
<style>
span { border-color: #2B100B; }
span { border-color: rgb(43,16,11); }
td.TdClassName
{
border-color: #2B100B;
}
.TagClassName
{
border-color: #2B100B;
}
</style>