Shades of Brown Pod #30160B
Tints of Brown Pod #30160B
RGB
CMYK
RGB Variations
Color information
#30160B (or 0x30160B) is known color: Brown Pod. HEX triplet: 30, 16 and 0B. RGB value is (48,22,11). Sum of RGB (Red+Green+Blue) = 48+22+11=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30160B is #CFE9F4. Grayscale: #1C1C1C. Windows color (decimal): -13625845 or 726576. OLE color: 726576.
HSL color Cylindrical-coordinate representation of color #30160B: hue angle of 17.84º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30160B is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 11 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.81 |
| HSL | 17.84º | 0.63% | 0.12% | - |
| HSV(B) | 17.84º | 0.77% | 0.19% | - |
| XYZ | 1.57 | 1.23 | 0.47 | - |
| YUV | 28.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 11 | 0 | 0.54 | 0.77 | 0.81 | 17.84 | 0.63 | 0.12 |
| Hex | 30 | 16 | B | 0 | 36 | 4D | 51 | 12 | 3F | C |
| Octal | 60 | 26 | 13 | 0 | 66 | 115 | 121 | 22 | 77 | 14 |
| Binary | 110000 | 10110 | 1011 | 0 | 110110 | 1001101 | 1010001 | 10010 | 111111 | 1100 |
Color Harmonies of #30160B
Complementary color
Monochromatic Colors of #30160B
Black with #30160B
Text Example
Text Example
White with #30160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30160B; }
p { color: rgb(48,22,11); }
H1.HeaderClassName
{
color: #30160B;
}
.AnyTagClassName
{
color: #30160B;
}
</style>
background-color css
<style>
a { background-color: #30160B; }
a { background-color: rgb(48,22,11); }
div.DivClassName
{
background-color: #30160B;
}
.BgClassName
{
background-color: #30160B;
}
</style>
border-color css
<style>
span { border-color: #30160B; }
span { border-color: rgb(48,22,11); }
td.TdClassName
{
border-color: #30160B;
}
.TagClassName
{
border-color: #30160B;
}
</style>