Shades of Brown Pod #301D17
Tints of Brown Pod #301D17
RGB
CMYK
RGB Variations
Color information
#301D17 (or 0x301D17) is known color: Brown Pod. HEX triplet: 30, 1D and 17. RGB value is (48,29,23). Sum of RGB (Red+Green+Blue) = 48+29+23=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #301D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D17 is #CFE2E8. Grayscale: #222222. Windows color (decimal): -13624041 or 1514800. OLE color: 1514800.
HSL color Cylindrical-coordinate representation of color #301D17: hue angle of 14.4º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #301D17 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 23 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.81 |
| HSL | 14.4º | 0.35% | 0.14% | - |
| HSV(B) | 14.4º | 0.52% | 0.19% | - |
| XYZ | 1.81 | 1.57 | 1.02 | - |
| YUV | 34 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 23 | 0 | 0.40 | 0.52 | 0.81 | 14.4 | 0.35 | 0.14 |
| Hex | 30 | 1D | 17 | 0 | 28 | 34 | 51 | E | 23 | E |
| Octal | 60 | 35 | 27 | 0 | 50 | 64 | 121 | 16 | 43 | 16 |
| Binary | 110000 | 11101 | 10111 | 0 | 101000 | 110100 | 1010001 | 1110 | 100011 | 1110 |
Color Harmonies of #301D17
Complementary color
Monochromatic Colors of #301D17
Black with #301D17
Text Example
Text Example
White with #301D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D17; }
p { color: rgb(48,29,23); }
H1.HeaderClassName
{
color: #301D17;
}
.AnyTagClassName
{
color: #301D17;
}
</style>
background-color css
<style>
a { background-color: #301D17; }
a { background-color: rgb(48,29,23); }
div.DivClassName
{
background-color: #301D17;
}
.BgClassName
{
background-color: #301D17;
}
</style>
border-color css
<style>
span { border-color: #301D17; }
span { border-color: rgb(48,29,23); }
td.TdClassName
{
border-color: #301D17;
}
.TagClassName
{
border-color: #301D17;
}
</style>