Shades of Brown Pod #301301
Tints of Brown Pod #301301
RGB
CMYK
RGB Variations
Color information
#301301 (or 0x301301) is known color: Brown Pod. HEX triplet: 30, 13 and 01. RGB value is (48,19,1). Sum of RGB (Red+Green+Blue) = 48+19+1=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #301301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301301 is #CFECFE. Grayscale: #191919. Windows color (decimal): -13626623 or 70448. OLE color: 70448.
HSL color Cylindrical-coordinate representation of color #301301: hue angle of 22.98º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #301301 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 1 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.81 |
| HSL | 22.98º | 0.96% | 0.1% | - |
| HSV(B) | 22.98º | 0.98% | 0.19% | - |
| XYZ | 1.46 | 1.1 | 0.16 | - |
| YUV | 25.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 1 | 0 | 0.60 | 0.98 | 0.81 | 22.98 | 0.96 | 0.1 |
| Hex | 30 | 13 | 1 | 0 | 3C | 62 | 51 | 17 | 60 | A |
| Octal | 60 | 23 | 1 | 0 | 74 | 142 | 121 | 27 | 140 | 12 |
| Binary | 110000 | 10011 | 1 | 0 | 111100 | 1100010 | 1010001 | 10111 | 1100000 | 1010 |
Color Harmonies of #301301
Complementary color
Monochromatic Colors of #301301
Black with #301301
Text Example
Text Example
White with #301301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301301; }
p { color: rgb(48,19,1); }
H1.HeaderClassName
{
color: #301301;
}
.AnyTagClassName
{
color: #301301;
}
</style>
background-color css
<style>
a { background-color: #301301; }
a { background-color: rgb(48,19,1); }
div.DivClassName
{
background-color: #301301;
}
.BgClassName
{
background-color: #301301;
}
</style>
border-color css
<style>
span { border-color: #301301; }
span { border-color: rgb(48,19,1); }
td.TdClassName
{
border-color: #301301;
}
.TagClassName
{
border-color: #301301;
}
</style>