Shades of Brown Pod #301D19
Tints of Brown Pod #301D19
RGB
CMYK
RGB Variations
Color information
#301D19 (or 0x301D19) is known color: Brown Pod. HEX triplet: 30, 1D and 19. RGB value is (48,29,25). Sum of RGB (Red+Green+Blue) = 48+29+25=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #301D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D19 is #CFE2E6. Grayscale: #222222. Windows color (decimal): -13624039 or 1645872. OLE color: 1645872.
HSL color Cylindrical-coordinate representation of color #301D19: hue angle of 10.43º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #301D19 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 25 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.81 |
| HSL | 10.43º | 0.32% | 0.14% | - |
| HSV(B) | 10.43º | 0.48% | 0.19% | - |
| XYZ | 1.83 | 1.58 | 1.13 | - |
| YUV | 34.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 25 | 0 | 0.40 | 0.48 | 0.81 | 10.43 | 0.32 | 0.14 |
| Hex | 30 | 1D | 19 | 0 | 28 | 30 | 51 | A | 20 | E |
| Octal | 60 | 35 | 31 | 0 | 50 | 60 | 121 | 12 | 40 | 16 |
| Binary | 110000 | 11101 | 11001 | 0 | 101000 | 110000 | 1010001 | 1010 | 100000 | 1110 |
Color Harmonies of #301D19
Complementary color
Monochromatic Colors of #301D19
Black with #301D19
Text Example
Text Example
White with #301D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D19; }
p { color: rgb(48,29,25); }
H1.HeaderClassName
{
color: #301D19;
}
.AnyTagClassName
{
color: #301D19;
}
</style>
background-color css
<style>
a { background-color: #301D19; }
a { background-color: rgb(48,29,25); }
div.DivClassName
{
background-color: #301D19;
}
.BgClassName
{
background-color: #301D19;
}
</style>
border-color css
<style>
span { border-color: #301D19; }
span { border-color: rgb(48,29,25); }
td.TdClassName
{
border-color: #301D19;
}
.TagClassName
{
border-color: #301D19;
}
</style>