Shades of Brown Pod #331302
Tints of Brown Pod #331302
RGB
CMYK
RGB Variations
Color information
#331302 (or 0x331302) is known color: Brown Pod. HEX triplet: 33, 13 and 02. RGB value is (51,19,2). Sum of RGB (Red+Green+Blue) = 51+19+2=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #331302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331302 is #CCECFD. Grayscale: #1A1A1A. Windows color (decimal): -13430014 or 135987. OLE color: 135987.
HSL color Cylindrical-coordinate representation of color #331302: hue angle of 20.82º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #331302 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 2 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.8 |
| HSL | 20.82º | 0.92% | 0.1% | - |
| HSV(B) | 20.82º | 0.96% | 0.2% | - |
| XYZ | 1.61 | 1.17 | 0.2 | - |
| YUV | 26.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 2 | 0 | 0.63 | 0.96 | 0.8 | 20.82 | 0.92 | 0.1 |
| Hex | 33 | 13 | 2 | 0 | 3F | 60 | 50 | 15 | 5C | A |
| Octal | 63 | 23 | 2 | 0 | 77 | 140 | 120 | 25 | 134 | 12 |
| Binary | 110011 | 10011 | 10 | 0 | 111111 | 1100000 | 1010000 | 10101 | 1011100 | 1010 |
Color Harmonies of #331302
Complementary color
Monochromatic Colors of #331302
Black with #331302
Text Example
Text Example
White with #331302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331302; }
p { color: rgb(51,19,2); }
H1.HeaderClassName
{
color: #331302;
}
.AnyTagClassName
{
color: #331302;
}
</style>
background-color css
<style>
a { background-color: #331302; }
a { background-color: rgb(51,19,2); }
div.DivClassName
{
background-color: #331302;
}
.BgClassName
{
background-color: #331302;
}
</style>
border-color css
<style>
span { border-color: #331302; }
span { border-color: rgb(51,19,2); }
td.TdClassName
{
border-color: #331302;
}
.TagClassName
{
border-color: #331302;
}
</style>