Shades of Brown Pod #301A13
Tints of Brown Pod #301A13
RGB
CMYK
RGB Variations
Color information
#301A13 (or 0x301A13) is known color: Brown Pod. HEX triplet: 30, 1A and 13. RGB value is (48,26,19). Sum of RGB (Red+Green+Blue) = 48+26+19=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A13 is #CFE5EC. Grayscale: #1F1F1F. Windows color (decimal): -13624813 or 1251888. OLE color: 1251888.
HSL color Cylindrical-coordinate representation of color #301A13: hue angle of 14.48º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301A13 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 19 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.81 |
| HSL | 14.48º | 0.43% | 0.13% | - |
| HSV(B) | 14.48º | 0.6% | 0.19% | - |
| XYZ | 1.71 | 1.41 | 0.8 | - |
| YUV | 31.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 19 | 0 | 0.46 | 0.60 | 0.81 | 14.48 | 0.43 | 0.13 |
| Hex | 30 | 1A | 13 | 0 | 2E | 3C | 51 | E | 2B | D |
| Octal | 60 | 32 | 23 | 0 | 56 | 74 | 121 | 16 | 53 | 15 |
| Binary | 110000 | 11010 | 10011 | 0 | 101110 | 111100 | 1010001 | 1110 | 101011 | 1101 |
Color Harmonies of #301A13
Complementary color
Monochromatic Colors of #301A13
Black with #301A13
Text Example
Text Example
White with #301A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A13; }
p { color: rgb(48,26,19); }
H1.HeaderClassName
{
color: #301A13;
}
.AnyTagClassName
{
color: #301A13;
}
</style>
background-color css
<style>
a { background-color: #301A13; }
a { background-color: rgb(48,26,19); }
div.DivClassName
{
background-color: #301A13;
}
.BgClassName
{
background-color: #301A13;
}
</style>
border-color css
<style>
span { border-color: #301A13; }
span { border-color: rgb(48,26,19); }
td.TdClassName
{
border-color: #301A13;
}
.TagClassName
{
border-color: #301A13;
}
</style>