Shades of Brown Pod #2F190F
Tints of Brown Pod #2F190F
RGB
CMYK
RGB Variations
Color information
#2F190F (or 0x2F190F) is known color: Brown Pod. HEX triplet: 2F, 19 and 0F. RGB value is (47,25,15). Sum of RGB (Red+Green+Blue) = 47+25+15=87 (11% of max value = 765). Red value is 47 (18.75% from 255 or 54.02% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 47 - color contains mainly: red. Hex color #2F190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F190F is #D0E6F0. Grayscale: #1E1E1E. Windows color (decimal): -13690609 or 989487. OLE color: 989487.
HSL color Cylindrical-coordinate representation of color #2F190F: hue angle of 18.75º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F190F is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 25 | 15 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.82 |
| HSL | 18.75º | 0.52% | 0.12% | - |
| HSV(B) | 18.75º | 0.68% | 0.18% | - |
| XYZ | 1.61 | 1.33 | 0.62 | - |
| YUV | 30.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 15 | 0 | 0.47 | 0.68 | 0.82 | 18.75 | 0.52 | 0.12 |
| Hex | 2F | 19 | F | 0 | 2F | 44 | 52 | 13 | 34 | C |
| Octal | 57 | 31 | 17 | 0 | 57 | 104 | 122 | 23 | 64 | 14 |
| Binary | 101111 | 11001 | 1111 | 0 | 101111 | 1000100 | 1010010 | 10011 | 110100 | 1100 |
Color Harmonies of #2F190F
Complementary color
Monochromatic Colors of #2F190F
Black with #2F190F
Text Example
Text Example
White with #2F190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F190F; }
p { color: rgb(47,25,15); }
H1.HeaderClassName
{
color: #2F190F;
}
.AnyTagClassName
{
color: #2F190F;
}
</style>
background-color css
<style>
a { background-color: #2F190F; }
a { background-color: rgb(47,25,15); }
div.DivClassName
{
background-color: #2F190F;
}
.BgClassName
{
background-color: #2F190F;
}
</style>
border-color css
<style>
span { border-color: #2F190F; }
span { border-color: rgb(47,25,15); }
td.TdClassName
{
border-color: #2F190F;
}
.TagClassName
{
border-color: #2F190F;
}
</style>