Shades of Brown Pod #301B13
Tints of Brown Pod #301B13
RGB
CMYK
RGB Variations
Color information
#301B13 (or 0x301B13) is known color: Brown Pod. HEX triplet: 30, 1B and 13. RGB value is (48,27,19). Sum of RGB (Red+Green+Blue) = 48+27+19=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B13 is #CFE4EC. Grayscale: #202020. Windows color (decimal): -13624557 or 1252144. OLE color: 1252144.
HSL color Cylindrical-coordinate representation of color #301B13: hue angle of 16.55º 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 #301B13 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 19 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.81 |
| HSL | 16.55º | 0.43% | 0.13% | - |
| HSV(B) | 16.55º | 0.6% | 0.19% | - |
| XYZ | 1.73 | 1.46 | 0.81 | - |
| YUV | 32.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 19 | 0 | 0.44 | 0.60 | 0.81 | 16.55 | 0.43 | 0.13 |
| Hex | 30 | 1B | 13 | 0 | 2C | 3C | 51 | 11 | 2B | D |
| Octal | 60 | 33 | 23 | 0 | 54 | 74 | 121 | 21 | 53 | 15 |
| Binary | 110000 | 11011 | 10011 | 0 | 101100 | 111100 | 1010001 | 10001 | 101011 | 1101 |
Color Harmonies of #301B13
Complementary color
Monochromatic Colors of #301B13
Black with #301B13
Text Example
Text Example
White with #301B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B13; }
p { color: rgb(48,27,19); }
H1.HeaderClassName
{
color: #301B13;
}
.AnyTagClassName
{
color: #301B13;
}
</style>
background-color css
<style>
a { background-color: #301B13; }
a { background-color: rgb(48,27,19); }
div.DivClassName
{
background-color: #301B13;
}
.BgClassName
{
background-color: #301B13;
}
</style>
border-color css
<style>
span { border-color: #301B13; }
span { border-color: rgb(48,27,19); }
td.TdClassName
{
border-color: #301B13;
}
.TagClassName
{
border-color: #301B13;
}
</style>