Shades of Brown Pod #2B1100
Tints of Brown Pod #2B1100
RGB
CMYK
RGB Variations
Color information
#2B1100 (or 0x2B1100) is known color: Brown Pod. HEX triplet: 2B, 11 and 00. RGB value is (43,17,0). Sum of RGB (Red+Green+Blue) = 43+17+0=60 (7% of max value = 765). Red value is 43 (17.19% from 255 or 71.67% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1100 is #D4EEFF. Grayscale: #161616. Windows color (decimal): -13954816 or 4395. OLE color: 4395.
HSL color Cylindrical-coordinate representation of color #2B1100: hue angle of 23.72º 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 #2B1100 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 17 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.83 |
| HSL | 23.72º | 1% | 0.08% | - |
| HSV(B) | 23.72º | 1% | 0.17% | - |
| XYZ | 1.2 | 0.91 | 0.11 | - |
| YUV | 22.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 0 | 0 | 0.60 | 1 | 0.83 | 23.72 | 1 | 0.08 |
| Hex | 2B | 11 | 0 | 0 | 3C | 64 | 53 | 18 | 64 | 8 |
| Octal | 53 | 21 | 0 | 0 | 74 | 144 | 123 | 30 | 144 | 10 |
| Binary | 101011 | 10001 | 0 | 0 | 111100 | 1100100 | 1010011 | 11000 | 1100100 | 1000 |
Color Harmonies of #2B1100
Complementary color
Monochromatic Colors of #2B1100
Black with #2B1100
Text Example
Text Example
White with #2B1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1100; }
p { color: rgb(43,17,0); }
H1.HeaderClassName
{
color: #2B1100;
}
.AnyTagClassName
{
color: #2B1100;
}
</style>
background-color css
<style>
a { background-color: #2B1100; }
a { background-color: rgb(43,17,0); }
div.DivClassName
{
background-color: #2B1100;
}
.BgClassName
{
background-color: #2B1100;
}
</style>
border-color css
<style>
span { border-color: #2B1100; }
span { border-color: rgb(43,17,0); }
td.TdClassName
{
border-color: #2B1100;
}
.TagClassName
{
border-color: #2B1100;
}
</style>