Shades of Brown Pod #331C15
Tints of Brown Pod #331C15
RGB
CMYK
RGB Variations
Color information
#331C15 (or 0x331C15) is known color: Brown Pod. HEX triplet: 33, 1C and 15. RGB value is (51,28,21). Sum of RGB (Red+Green+Blue) = 51+28+21=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #331C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331C15 is #CCE3EA. Grayscale: #222222. Windows color (decimal): -13427691 or 1383475. OLE color: 1383475.
HSL color Cylindrical-coordinate representation of color #331C15: hue angle of 14º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #331C15 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 28 | 21 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.8 |
| HSL | 14º | 0.42% | 0.14% | - |
| HSV(B) | 14º | 0.59% | 0.2% | - |
| XYZ | 1.92 | 1.59 | 0.92 | - |
| YUV | 34.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 21 | 0 | 0.45 | 0.59 | 0.8 | 14 | 0.42 | 0.14 |
| Hex | 33 | 1C | 15 | 0 | 2D | 3B | 50 | E | 2A | E |
| Octal | 63 | 34 | 25 | 0 | 55 | 73 | 120 | 16 | 52 | 16 |
| Binary | 110011 | 11100 | 10101 | 0 | 101101 | 111011 | 1010000 | 1110 | 101010 | 1110 |
Color Harmonies of #331C15
Complementary color
Monochromatic Colors of #331C15
Black with #331C15
Text Example
Text Example
White with #331C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C15; }
p { color: rgb(51,28,21); }
H1.HeaderClassName
{
color: #331C15;
}
.AnyTagClassName
{
color: #331C15;
}
</style>
background-color css
<style>
a { background-color: #331C15; }
a { background-color: rgb(51,28,21); }
div.DivClassName
{
background-color: #331C15;
}
.BgClassName
{
background-color: #331C15;
}
</style>
border-color css
<style>
span { border-color: #331C15; }
span { border-color: rgb(51,28,21); }
td.TdClassName
{
border-color: #331C15;
}
.TagClassName
{
border-color: #331C15;
}
</style>