Shades of Brown Pod #2F1B15
Tints of Brown Pod #2F1B15
RGB
CMYK
RGB Variations
Color information
#2F1B15 (or 0x2F1B15) is known color: Brown Pod. HEX triplet: 2F, 1B and 15. RGB value is (47,27,21). Sum of RGB (Red+Green+Blue) = 47+27+21=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1B15 is #D0E4EA. Grayscale: #202020. Windows color (decimal): -13690091 or 1383215. OLE color: 1383215.
HSL color Cylindrical-coordinate representation of color #2F1B15: hue angle of 13.85º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F1B15 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 27 | 21 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.82 |
| HSL | 13.85º | 0.38% | 0.13% | - |
| HSV(B) | 13.85º | 0.55% | 0.18% | - |
| XYZ | 1.7 | 1.44 | 0.9 | - |
| YUV | 32.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 21 | 0 | 0.43 | 0.55 | 0.82 | 13.85 | 0.38 | 0.13 |
| Hex | 2F | 1B | 15 | 0 | 2B | 37 | 52 | E | 26 | D |
| Octal | 57 | 33 | 25 | 0 | 53 | 67 | 122 | 16 | 46 | 15 |
| Binary | 101111 | 11011 | 10101 | 0 | 101011 | 110111 | 1010010 | 1110 | 100110 | 1101 |
Color Harmonies of #2F1B15
Complementary color
Monochromatic Colors of #2F1B15
Black with #2F1B15
Text Example
Text Example
White with #2F1B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1B15; }
p { color: rgb(47,27,21); }
H1.HeaderClassName
{
color: #2F1B15;
}
.AnyTagClassName
{
color: #2F1B15;
}
</style>
background-color css
<style>
a { background-color: #2F1B15; }
a { background-color: rgb(47,27,21); }
div.DivClassName
{
background-color: #2F1B15;
}
.BgClassName
{
background-color: #2F1B15;
}
</style>
border-color css
<style>
span { border-color: #2F1B15; }
span { border-color: rgb(47,27,21); }
td.TdClassName
{
border-color: #2F1B15;
}
.TagClassName
{
border-color: #2F1B15;
}
</style>