Shades of Seal Brown #2B0200
Tints of Seal Brown #2B0200
RGB
CMYK
RGB Variations
Color information
#2B0200 (or 0x2B0200) is known color: Seal Brown. HEX triplet: 2B, 02 and 00. RGB value is (43,2,0). Sum of RGB (Red+Green+Blue) = 43+2+0=45 (5% of max value = 765). Red value is 43 (17.19% from 255 or 95.56% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0200 is #D4FDFF. Grayscale: #0E0E0E. Windows color (decimal): -13958656 or 555. OLE color: 555.
HSL color Cylindrical-coordinate representation of color #2B0200: hue angle of 2.79º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0200 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 2 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.83 |
| HSL | 2.79º | 1% | 0.08% | - |
| HSV(B) | 2.79º | 1% | 0.17% | - |
| XYZ | 1.02 | 0.56 | 0.05 | - |
| YUV | 14.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 0 | 0 | 0.95 | 1 | 0.83 | 2.79 | 1 | 0.08 |
| Hex | 2B | 2 | 0 | 0 | 5F | 64 | 53 | 3 | 64 | 8 |
| Octal | 53 | 2 | 0 | 0 | 137 | 144 | 123 | 3 | 144 | 10 |
| Binary | 101011 | 10 | 0 | 0 | 1011111 | 1100100 | 1010011 | 11 | 1100100 | 1000 |
Color Harmonies of #2B0200
Complementary color
Monochromatic Colors of #2B0200
Black with #2B0200
Text Example
Text Example
White with #2B0200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0200; }
p { color: rgb(43,2,0); }
H1.HeaderClassName
{
color: #2B0200;
}
.AnyTagClassName
{
color: #2B0200;
}
</style>
background-color css
<style>
a { background-color: #2B0200; }
a { background-color: rgb(43,2,0); }
div.DivClassName
{
background-color: #2B0200;
}
.BgClassName
{
background-color: #2B0200;
}
</style>
border-color css
<style>
span { border-color: #2B0200; }
span { border-color: rgb(43,2,0); }
td.TdClassName
{
border-color: #2B0200;
}
.TagClassName
{
border-color: #2B0200;
}
</style>