Shades of Brown Pod #2F1304
Tints of Brown Pod #2F1304
RGB
CMYK
RGB Variations
Color information
#2F1304 (or 0x2F1304) is known color: Brown Pod. HEX triplet: 2F, 13 and 04. RGB value is (47,19,4). Sum of RGB (Red+Green+Blue) = 47+19+4=70 (9% of max value = 765). Red value is 47 (18.75% from 255 or 67.14% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1304 is #D0ECFB. Grayscale: #191919. Windows color (decimal): -13692156 or 267055. OLE color: 267055.
HSL color Cylindrical-coordinate representation of color #2F1304: hue angle of 20.93º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F1304 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 19 | 4 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.82 |
| HSL | 20.93º | 0.84% | 0.1% | - |
| HSV(B) | 20.93º | 0.91% | 0.18% | - |
| XYZ | 1.43 | 1.08 | 0.25 | - |
| YUV | 25.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 4 | 0 | 0.60 | 0.91 | 0.82 | 20.93 | 0.84 | 0.1 |
| Hex | 2F | 13 | 4 | 0 | 3C | 5B | 52 | 15 | 54 | A |
| Octal | 57 | 23 | 4 | 0 | 74 | 133 | 122 | 25 | 124 | 12 |
| Binary | 101111 | 10011 | 100 | 0 | 111100 | 1011011 | 1010010 | 10101 | 1010100 | 1010 |
Color Harmonies of #2F1304
Complementary color
Monochromatic Colors of #2F1304
Black with #2F1304
Text Example
Text Example
White with #2F1304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1304; }
p { color: rgb(47,19,4); }
H1.HeaderClassName
{
color: #2F1304;
}
.AnyTagClassName
{
color: #2F1304;
}
</style>
background-color css
<style>
a { background-color: #2F1304; }
a { background-color: rgb(47,19,4); }
div.DivClassName
{
background-color: #2F1304;
}
.BgClassName
{
background-color: #2F1304;
}
</style>
border-color css
<style>
span { border-color: #2F1304; }
span { border-color: rgb(47,19,4); }
td.TdClassName
{
border-color: #2F1304;
}
.TagClassName
{
border-color: #2F1304;
}
</style>