Shades of Brown Pod #301C14
Tints of Brown Pod #301C14
RGB
CMYK
RGB Variations
Color information
#301C14 (or 0x301C14) is known color: Brown Pod. HEX triplet: 30, 1C and 14. RGB value is (48,28,20). Sum of RGB (Red+Green+Blue) = 48+28+20=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #301C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C14 is #CFE3EB. Grayscale: #212121. Windows color (decimal): -13624300 or 1317936. OLE color: 1317936.
HSL color Cylindrical-coordinate representation of color #301C14: hue angle of 17.14º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #301C14 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 28 | 20 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.81 |
| HSL | 17.14º | 0.41% | 0.13% | - |
| HSV(B) | 17.14º | 0.58% | 0.19% | - |
| XYZ | 1.76 | 1.51 | 0.86 | - |
| YUV | 33.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 20 | 0 | 0.42 | 0.58 | 0.81 | 17.14 | 0.41 | 0.13 |
| Hex | 30 | 1C | 14 | 0 | 2A | 3A | 51 | 11 | 29 | D |
| Octal | 60 | 34 | 24 | 0 | 52 | 72 | 121 | 21 | 51 | 15 |
| Binary | 110000 | 11100 | 10100 | 0 | 101010 | 111010 | 1010001 | 10001 | 101001 | 1101 |
Color Harmonies of #301C14
Complementary color
Monochromatic Colors of #301C14
Black with #301C14
Text Example
Text Example
White with #301C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C14; }
p { color: rgb(48,28,20); }
H1.HeaderClassName
{
color: #301C14;
}
.AnyTagClassName
{
color: #301C14;
}
</style>
background-color css
<style>
a { background-color: #301C14; }
a { background-color: rgb(48,28,20); }
div.DivClassName
{
background-color: #301C14;
}
.BgClassName
{
background-color: #301C14;
}
</style>
border-color css
<style>
span { border-color: #301C14; }
span { border-color: rgb(48,28,20); }
td.TdClassName
{
border-color: #301C14;
}
.TagClassName
{
border-color: #301C14;
}
</style>