Shades of Brown Pod #31190B
Tints of Brown Pod #31190B
RGB
CMYK
RGB Variations
Color information
#31190B (or 0x31190B) is known color: Brown Pod. HEX triplet: 31, 19 and 0B. RGB value is (49,25,11). Sum of RGB (Red+Green+Blue) = 49+25+11=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #31190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31190B is #CEE6F4. Grayscale: #1E1E1E. Windows color (decimal): -13559541 or 727345. OLE color: 727345.
HSL color Cylindrical-coordinate representation of color #31190B: hue angle of 22.11º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31190B is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 11 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.81 |
| HSL | 22.11º | 0.63% | 0.12% | - |
| HSV(B) | 22.11º | 0.78% | 0.19% | - |
| XYZ | 1.67 | 1.37 | 0.49 | - |
| YUV | 30.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 11 | 0 | 0.49 | 0.78 | 0.81 | 22.11 | 0.63 | 0.12 |
| Hex | 31 | 19 | B | 0 | 31 | 4E | 51 | 16 | 3F | C |
| Octal | 61 | 31 | 13 | 0 | 61 | 116 | 121 | 26 | 77 | 14 |
| Binary | 110001 | 11001 | 1011 | 0 | 110001 | 1001110 | 1010001 | 10110 | 111111 | 1100 |
Color Harmonies of #31190B
Complementary color
Monochromatic Colors of #31190B
Black with #31190B
Text Example
Text Example
White with #31190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31190B; }
p { color: rgb(49,25,11); }
H1.HeaderClassName
{
color: #31190B;
}
.AnyTagClassName
{
color: #31190B;
}
</style>
background-color css
<style>
a { background-color: #31190B; }
a { background-color: rgb(49,25,11); }
div.DivClassName
{
background-color: #31190B;
}
.BgClassName
{
background-color: #31190B;
}
</style>
border-color css
<style>
span { border-color: #31190B; }
span { border-color: rgb(49,25,11); }
td.TdClassName
{
border-color: #31190B;
}
.TagClassName
{
border-color: #31190B;
}
</style>