Shades of Brown Pod #3B190F
Tints of Brown Pod #3B190F
RGB
CMYK
RGB Variations
Color information
#3B190F (or 0x3B190F) is known color: Brown Pod. HEX triplet: 3B, 19 and 0F. RGB value is (59,25,15). Sum of RGB (Red+Green+Blue) = 59+25+15=99 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59.60% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 59 - color contains mainly: red. Hex color #3B190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B190F is #C4E6F0. Grayscale: #222222. Windows color (decimal): -12904177 or 989499. OLE color: 989499.
HSL color Cylindrical-coordinate representation of color #3B190F: hue angle of 13.64º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B190F is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 25 | 15 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.77 |
| HSL | 13.64º | 0.59% | 0.15% | - |
| HSV(B) | 13.64º | 0.75% | 0.23% | - |
| XYZ | 2.24 | 1.66 | 0.65 | - |
| YUV | 34.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 15 | 0 | 0.58 | 0.75 | 0.77 | 13.64 | 0.59 | 0.15 |
| Hex | 3B | 19 | F | 0 | 3A | 4B | 4D | E | 3B | F |
| Octal | 73 | 31 | 17 | 0 | 72 | 113 | 115 | 16 | 73 | 17 |
| Binary | 111011 | 11001 | 1111 | 0 | 111010 | 1001011 | 1001101 | 1110 | 111011 | 1111 |
Color Harmonies of #3B190F
Complementary color
Monochromatic Colors of #3B190F
Black with #3B190F
Text Example
Text Example
White with #3B190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B190F; }
p { color: rgb(59,25,15); }
H1.HeaderClassName
{
color: #3B190F;
}
.AnyTagClassName
{
color: #3B190F;
}
</style>
background-color css
<style>
a { background-color: #3B190F; }
a { background-color: rgb(59,25,15); }
div.DivClassName
{
background-color: #3B190F;
}
.BgClassName
{
background-color: #3B190F;
}
</style>
border-color css
<style>
span { border-color: #3B190F; }
span { border-color: rgb(59,25,15); }
td.TdClassName
{
border-color: #3B190F;
}
.TagClassName
{
border-color: #3B190F;
}
</style>