Shades of Brown Pod #301B16
Tints of Brown Pod #301B16
RGB
CMYK
RGB Variations
Color information
#301B16 (or 0x301B16) is known color: Brown Pod. HEX triplet: 30, 1B and 16. RGB value is (48,27,22). Sum of RGB (Red+Green+Blue) = 48+27+22=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B16 is #CFE4E9. Grayscale: #202020. Windows color (decimal): -13624554 or 1448752. OLE color: 1448752.
HSL color Cylindrical-coordinate representation of color #301B16: hue angle of 11.54º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301B16 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 22 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.81 |
| HSL | 11.54º | 0.37% | 0.14% | - |
| HSV(B) | 11.54º | 0.54% | 0.19% | - |
| XYZ | 1.76 | 1.47 | 0.95 | - |
| YUV | 32.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 22 | 0 | 0.44 | 0.54 | 0.81 | 11.54 | 0.37 | 0.14 |
| Hex | 30 | 1B | 16 | 0 | 2C | 36 | 51 | C | 25 | E |
| Octal | 60 | 33 | 26 | 0 | 54 | 66 | 121 | 14 | 45 | 16 |
| Binary | 110000 | 11011 | 10110 | 0 | 101100 | 110110 | 1010001 | 1100 | 100101 | 1110 |
Color Harmonies of #301B16
Complementary color
Monochromatic Colors of #301B16
Black with #301B16
Text Example
Text Example
White with #301B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B16; }
p { color: rgb(48,27,22); }
H1.HeaderClassName
{
color: #301B16;
}
.AnyTagClassName
{
color: #301B16;
}
</style>
background-color css
<style>
a { background-color: #301B16; }
a { background-color: rgb(48,27,22); }
div.DivClassName
{
background-color: #301B16;
}
.BgClassName
{
background-color: #301B16;
}
</style>
border-color css
<style>
span { border-color: #301B16; }
span { border-color: rgb(48,27,22); }
td.TdClassName
{
border-color: #301B16;
}
.TagClassName
{
border-color: #301B16;
}
</style>