Shades of Brown Pod #301B11
Tints of Brown Pod #301B11
RGB
CMYK
RGB Variations
Color information
#301B11 (or 0x301B11) is known color: Brown Pod. HEX triplet: 30, 1B and 11. RGB value is (48,27,17). Sum of RGB (Red+Green+Blue) = 48+27+17=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B11 is #CFE4EE. Grayscale: #202020. Windows color (decimal): -13624559 or 1121072. OLE color: 1121072.
HSL color Cylindrical-coordinate representation of color #301B11: hue angle of 19.35º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301B11 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 17 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.81 |
| HSL | 19.35º | 0.48% | 0.13% | - |
| HSV(B) | 19.35º | 0.65% | 0.19% | - |
| XYZ | 1.71 | 1.45 | 0.72 | - |
| YUV | 32.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 17 | 0 | 0.44 | 0.65 | 0.81 | 19.35 | 0.48 | 0.13 |
| Hex | 30 | 1B | 11 | 0 | 2C | 41 | 51 | 13 | 30 | D |
| Octal | 60 | 33 | 21 | 0 | 54 | 101 | 121 | 23 | 60 | 15 |
| Binary | 110000 | 11011 | 10001 | 0 | 101100 | 1000001 | 1010001 | 10011 | 110000 | 1101 |
Color Harmonies of #301B11
Complementary color
Monochromatic Colors of #301B11
Black with #301B11
Text Example
Text Example
White with #301B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B11; }
p { color: rgb(48,27,17); }
H1.HeaderClassName
{
color: #301B11;
}
.AnyTagClassName
{
color: #301B11;
}
</style>
background-color css
<style>
a { background-color: #301B11; }
a { background-color: rgb(48,27,17); }
div.DivClassName
{
background-color: #301B11;
}
.BgClassName
{
background-color: #301B11;
}
</style>
border-color css
<style>
span { border-color: #301B11; }
span { border-color: rgb(48,27,17); }
td.TdClassName
{
border-color: #301B11;
}
.TagClassName
{
border-color: #301B11;
}
</style>