Shades of Brown Pod #301202
Tints of Brown Pod #301202
RGB
CMYK
RGB Variations
Color information
#301202 (or 0x301202) is known color: Brown Pod. HEX triplet: 30, 12 and 02. RGB value is (48,18,2). Sum of RGB (Red+Green+Blue) = 48+18+2=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #301202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301202 is #CFEDFD. Grayscale: #191919. Windows color (decimal): -13626878 or 135728. OLE color: 135728.
HSL color Cylindrical-coordinate representation of color #301202: hue angle of 20.87º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #301202 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 18 | 2 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.81 |
| HSL | 20.87º | 0.92% | 0.1% | - |
| HSV(B) | 20.87º | 0.96% | 0.19% | - |
| XYZ | 1.45 | 1.07 | 0.19 | - |
| YUV | 25.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 2 | 0 | 0.63 | 0.96 | 0.81 | 20.87 | 0.92 | 0.1 |
| Hex | 30 | 12 | 2 | 0 | 3F | 60 | 51 | 15 | 5C | A |
| Octal | 60 | 22 | 2 | 0 | 77 | 140 | 121 | 25 | 134 | 12 |
| Binary | 110000 | 10010 | 10 | 0 | 111111 | 1100000 | 1010001 | 10101 | 1011100 | 1010 |
Color Harmonies of #301202
Complementary color
Monochromatic Colors of #301202
Black with #301202
Text Example
Text Example
White with #301202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301202; }
p { color: rgb(48,18,2); }
H1.HeaderClassName
{
color: #301202;
}
.AnyTagClassName
{
color: #301202;
}
</style>
background-color css
<style>
a { background-color: #301202; }
a { background-color: rgb(48,18,2); }
div.DivClassName
{
background-color: #301202;
}
.BgClassName
{
background-color: #301202;
}
</style>
border-color css
<style>
span { border-color: #301202; }
span { border-color: rgb(48,18,2); }
td.TdClassName
{
border-color: #301202;
}
.TagClassName
{
border-color: #301202;
}
</style>