Shades of Brown Pod #3D190F
Tints of Brown Pod #3D190F
RGB
CMYK
RGB Variations
Color information
#3D190F (or 0x3D190F) is known color: Brown Pod. HEX triplet: 3D, 19 and 0F. RGB value is (61,25,15). Sum of RGB (Red+Green+Blue) = 61+25+15=101 (13% of max value = 765). Red value is 61 (24.22% from 255 or 60.40% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 61 - color contains mainly: red. Hex color #3D190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D190F is #C2E6F0. Grayscale: #222222. Windows color (decimal): -12773105 or 989501. OLE color: 989501.
HSL color Cylindrical-coordinate representation of color #3D190F: hue angle of 13.04º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D190F is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 15 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.76 |
| HSL | 13.04º | 0.61% | 0.15% | - |
| HSV(B) | 13.04º | 0.75% | 0.24% | - |
| XYZ | 2.36 | 1.72 | 0.66 | - |
| YUV | 34.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 15 | 0 | 0.59 | 0.75 | 0.76 | 13.04 | 0.61 | 0.15 |
| Hex | 3D | 19 | F | 0 | 3B | 4B | 4C | D | 3D | F |
| Octal | 75 | 31 | 17 | 0 | 73 | 113 | 114 | 15 | 75 | 17 |
| Binary | 111101 | 11001 | 1111 | 0 | 111011 | 1001011 | 1001100 | 1101 | 111101 | 1111 |
Color Harmonies of #3D190F
Complementary color
Monochromatic Colors of #3D190F
Black with #3D190F
Text Example
Text Example
White with #3D190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D190F; }
p { color: rgb(61,25,15); }
H1.HeaderClassName
{
color: #3D190F;
}
.AnyTagClassName
{
color: #3D190F;
}
</style>
background-color css
<style>
a { background-color: #3D190F; }
a { background-color: rgb(61,25,15); }
div.DivClassName
{
background-color: #3D190F;
}
.BgClassName
{
background-color: #3D190F;
}
</style>
border-color css
<style>
span { border-color: #3D190F; }
span { border-color: rgb(61,25,15); }
td.TdClassName
{
border-color: #3D190F;
}
.TagClassName
{
border-color: #3D190F;
}
</style>