Shades of Brown Pod #30190B
Tints of Brown Pod #30190B
RGB
CMYK
RGB Variations
Color information
#30190B (or 0x30190B) is known color: Brown Pod. HEX triplet: 30, 19 and 0B. RGB value is (48,25,11). Sum of RGB (Red+Green+Blue) = 48+25+11=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #30190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30190B is #CFE6F4. Grayscale: #1E1E1E. Windows color (decimal): -13625077 or 727344. OLE color: 727344.
HSL color Cylindrical-coordinate representation of color #30190B: hue angle of 22.7º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30190B is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 25 | 11 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.81 |
| HSL | 22.7º | 0.63% | 0.12% | - |
| HSV(B) | 22.7º | 0.77% | 0.19% | - |
| XYZ | 1.63 | 1.35 | 0.49 | - |
| YUV | 30.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 11 | 0 | 0.48 | 0.77 | 0.81 | 22.7 | 0.63 | 0.12 |
| Hex | 30 | 19 | B | 0 | 30 | 4D | 51 | 17 | 3F | C |
| Octal | 60 | 31 | 13 | 0 | 60 | 115 | 121 | 27 | 77 | 14 |
| Binary | 110000 | 11001 | 1011 | 0 | 110000 | 1001101 | 1010001 | 10111 | 111111 | 1100 |
Color Harmonies of #30190B
Complementary color
Monochromatic Colors of #30190B
Black with #30190B
Text Example
Text Example
White with #30190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30190B; }
p { color: rgb(48,25,11); }
H1.HeaderClassName
{
color: #30190B;
}
.AnyTagClassName
{
color: #30190B;
}
</style>
background-color css
<style>
a { background-color: #30190B; }
a { background-color: rgb(48,25,11); }
div.DivClassName
{
background-color: #30190B;
}
.BgClassName
{
background-color: #30190B;
}
</style>
border-color css
<style>
span { border-color: #30190B; }
span { border-color: rgb(48,25,11); }
td.TdClassName
{
border-color: #30190B;
}
.TagClassName
{
border-color: #30190B;
}
</style>