Shades of Brown Pod #301400
Tints of Brown Pod #301400
RGB
CMYK
RGB Variations
Color information
#301400 (or 0x301400) is known color: Brown Pod. HEX triplet: 30, 14 and 00. RGB value is (48,20,0). Sum of RGB (Red+Green+Blue) = 48+20+0=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #301400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301400 is #CFEBFF. Grayscale: #1A1A1A. Windows color (decimal): -13626368 or 5168. OLE color: 5168.
HSL color Cylindrical-coordinate representation of color #301400: hue angle of 25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #301400 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 20 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.81 |
| HSL | 25º | 1% | 0.09% | - |
| HSV(B) | 25º | 1% | 0.19% | - |
| XYZ | 1.47 | 1.13 | 0.14 | - |
| YUV | 26.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 0 | 0 | 0.58 | 1 | 0.81 | 25 | 1 | 0.09 |
| Hex | 30 | 14 | 0 | 0 | 3A | 64 | 51 | 19 | 64 | 9 |
| Octal | 60 | 24 | 0 | 0 | 72 | 144 | 121 | 31 | 144 | 11 |
| Binary | 110000 | 10100 | 0 | 0 | 111010 | 1100100 | 1010001 | 11001 | 1100100 | 1001 |
Color Harmonies of #301400
Complementary color
Monochromatic Colors of #301400
Black with #301400
Text Example
Text Example
White with #301400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301400; }
p { color: rgb(48,20,0); }
H1.HeaderClassName
{
color: #301400;
}
.AnyTagClassName
{
color: #301400;
}
</style>
background-color css
<style>
a { background-color: #301400; }
a { background-color: rgb(48,20,0); }
div.DivClassName
{
background-color: #301400;
}
.BgClassName
{
background-color: #301400;
}
</style>
border-color css
<style>
span { border-color: #301400; }
span { border-color: rgb(48,20,0); }
td.TdClassName
{
border-color: #301400;
}
.TagClassName
{
border-color: #301400;
}
</style>