Shades of Brown Pod #301E18
Tints of Brown Pod #301E18
RGB
CMYK
RGB Variations
Color information
#301E18 (or 0x301E18) is known color: Brown Pod. HEX triplet: 30, 1E and 18. RGB value is (48,30,24). Sum of RGB (Red+Green+Blue) = 48+30+24=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #301E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E18 is #CFE1E7. Grayscale: #222222. Windows color (decimal): -13623784 or 1580592. OLE color: 1580592.
HSL color Cylindrical-coordinate representation of color #301E18: hue angle of 15º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #301E18 is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 24 | - |
| CMYK | 0 | 0.37 | 0.5 | 0.81 |
| HSL | 15º | 0.33% | 0.14% | - |
| HSV(B) | 15º | 0.5% | 0.19% | - |
| XYZ | 1.85 | 1.62 | 1.08 | - |
| YUV | 34.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 24 | 0 | 0.37 | 0.5 | 0.81 | 15 | 0.33 | 0.14 |
| Hex | 30 | 1E | 18 | 0 | 25 | 32 | 51 | F | 21 | E |
| Octal | 60 | 36 | 30 | 0 | 45 | 62 | 121 | 17 | 41 | 16 |
| Binary | 110000 | 11110 | 11000 | 0 | 100101 | 110010 | 1010001 | 1111 | 100001 | 1110 |
Color Harmonies of #301E18
Complementary color
Monochromatic Colors of #301E18
Black with #301E18
Text Example
Text Example
White with #301E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E18; }
p { color: rgb(48,30,24); }
H1.HeaderClassName
{
color: #301E18;
}
.AnyTagClassName
{
color: #301E18;
}
</style>
background-color css
<style>
a { background-color: #301E18; }
a { background-color: rgb(48,30,24); }
div.DivClassName
{
background-color: #301E18;
}
.BgClassName
{
background-color: #301E18;
}
</style>
border-color css
<style>
span { border-color: #301E18; }
span { border-color: rgb(48,30,24); }
td.TdClassName
{
border-color: #301E18;
}
.TagClassName
{
border-color: #301E18;
}
</style>