Shades of Brown Pod #2B1304
Tints of Brown Pod #2B1304
RGB
CMYK
RGB Variations
Color information
#2B1304 (or 0x2B1304) is known color: Brown Pod. HEX triplet: 2B, 13 and 04. RGB value is (43,19,4). Sum of RGB (Red+Green+Blue) = 43+19+4=66 (8% of max value = 765). Red value is 43 (17.19% from 255 or 65.15% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1304 is #D4ECFB. Grayscale: #181818. Windows color (decimal): -13954300 or 267051. OLE color: 267051.
HSL color Cylindrical-coordinate representation of color #2B1304: hue angle of 23.08º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B1304 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 19 | 4 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.83 |
| HSL | 23.08º | 0.83% | 0.09% | - |
| HSV(B) | 23.08º | 0.91% | 0.17% | - |
| XYZ | 1.25 | 0.99 | 0.24 | - |
| YUV | 24.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 19 | 4 | 0 | 0.56 | 0.91 | 0.83 | 23.08 | 0.83 | 0.09 |
| Hex | 2B | 13 | 4 | 0 | 38 | 5B | 53 | 17 | 53 | 9 |
| Octal | 53 | 23 | 4 | 0 | 70 | 133 | 123 | 27 | 123 | 11 |
| Binary | 101011 | 10011 | 100 | 0 | 111000 | 1011011 | 1010011 | 10111 | 1010011 | 1001 |
Color Harmonies of #2B1304
Complementary color
Monochromatic Colors of #2B1304
Black with #2B1304
Text Example
Text Example
White with #2B1304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1304; }
p { color: rgb(43,19,4); }
H1.HeaderClassName
{
color: #2B1304;
}
.AnyTagClassName
{
color: #2B1304;
}
</style>
background-color css
<style>
a { background-color: #2B1304; }
a { background-color: rgb(43,19,4); }
div.DivClassName
{
background-color: #2B1304;
}
.BgClassName
{
background-color: #2B1304;
}
</style>
border-color css
<style>
span { border-color: #2B1304; }
span { border-color: rgb(43,19,4); }
td.TdClassName
{
border-color: #2B1304;
}
.TagClassName
{
border-color: #2B1304;
}
</style>