Shades of Brown Pod #2B1202
Tints of Brown Pod #2B1202
RGB
CMYK
RGB Variations
Color information
#2B1202 (or 0x2B1202) is known color: Brown Pod. HEX triplet: 2B, 12 and 02. RGB value is (43,18,2). Sum of RGB (Red+Green+Blue) = 43+18+2=63 (8% of max value = 765). Red value is 43 (17.19% from 255 or 68.25% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1202 is #D4EDFD. Grayscale: #171717. Windows color (decimal): -13954558 or 135723. OLE color: 135723.
HSL color Cylindrical-coordinate representation of color #2B1202: hue angle of 23.41º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B1202 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 18 | 2 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.83 |
| HSL | 23.41º | 0.91% | 0.09% | - |
| HSV(B) | 23.41º | 0.95% | 0.17% | - |
| XYZ | 1.22 | 0.95 | 0.18 | - |
| YUV | 23.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 2 | 0 | 0.58 | 0.95 | 0.83 | 23.41 | 0.91 | 0.09 |
| Hex | 2B | 12 | 2 | 0 | 3A | 5F | 53 | 17 | 5B | 9 |
| Octal | 53 | 22 | 2 | 0 | 72 | 137 | 123 | 27 | 133 | 11 |
| Binary | 101011 | 10010 | 10 | 0 | 111010 | 1011111 | 1010011 | 10111 | 1011011 | 1001 |
Color Harmonies of #2B1202
Complementary color
Monochromatic Colors of #2B1202
Black with #2B1202
Text Example
Text Example
White with #2B1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1202; }
p { color: rgb(43,18,2); }
H1.HeaderClassName
{
color: #2B1202;
}
.AnyTagClassName
{
color: #2B1202;
}
</style>
background-color css
<style>
a { background-color: #2B1202; }
a { background-color: rgb(43,18,2); }
div.DivClassName
{
background-color: #2B1202;
}
.BgClassName
{
background-color: #2B1202;
}
</style>
border-color css
<style>
span { border-color: #2B1202; }
span { border-color: rgb(43,18,2); }
td.TdClassName
{
border-color: #2B1202;
}
.TagClassName
{
border-color: #2B1202;
}
</style>