Shades of Brown Pod #301A0F
Tints of Brown Pod #301A0F
RGB
CMYK
RGB Variations
Color information
#301A0F (or 0x301A0F) is known color: Brown Pod. HEX triplet: 30, 1A and 0F. RGB value is (48,26,15). Sum of RGB (Red+Green+Blue) = 48+26+15=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A0F is #CFE5F0. Grayscale: #1F1F1F. Windows color (decimal): -13624817 or 989744. OLE color: 989744.
HSL color Cylindrical-coordinate representation of color #301A0F: hue angle of 20º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #301A0F is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 15 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.81 |
| HSL | 20º | 0.52% | 0.12% | - |
| HSV(B) | 20º | 0.69% | 0.19% | - |
| XYZ | 1.67 | 1.4 | 0.63 | - |
| YUV | 31.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 15 | 0 | 0.46 | 0.69 | 0.81 | 20 | 0.52 | 0.12 |
| Hex | 30 | 1A | F | 0 | 2E | 45 | 51 | 14 | 34 | C |
| Octal | 60 | 32 | 17 | 0 | 56 | 105 | 121 | 24 | 64 | 14 |
| Binary | 110000 | 11010 | 1111 | 0 | 101110 | 1000101 | 1010001 | 10100 | 110100 | 1100 |
Color Harmonies of #301A0F
Complementary color
Monochromatic Colors of #301A0F
Black with #301A0F
Text Example
Text Example
White with #301A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A0F; }
p { color: rgb(48,26,15); }
H1.HeaderClassName
{
color: #301A0F;
}
.AnyTagClassName
{
color: #301A0F;
}
</style>
background-color css
<style>
a { background-color: #301A0F; }
a { background-color: rgb(48,26,15); }
div.DivClassName
{
background-color: #301A0F;
}
.BgClassName
{
background-color: #301A0F;
}
</style>
border-color css
<style>
span { border-color: #301A0F; }
span { border-color: rgb(48,26,15); }
td.TdClassName
{
border-color: #301A0F;
}
.TagClassName
{
border-color: #301A0F;
}
</style>