Shades of Brown Pod #3F241F
Tints of Brown Pod #3F241F
RGB
CMYK
RGB Variations
Color information
#3F241F (or 0x3F241F) is known color: Brown Pod. HEX triplet: 3F, 24 and 1F. RGB value is (63,36,31). Sum of RGB (Red+Green+Blue) = 63+36+31=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F241F is #C0DBE0. Grayscale: #2B2B2B. Windows color (decimal): -12639201 or 2040895. OLE color: 2040895.
HSL color Cylindrical-coordinate representation of color #3F241F: hue angle of 9.38º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F241F is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 36 | 31 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.75 |
| HSL | 9.38º | 0.34% | 0.18% | - |
| HSV(B) | 9.38º | 0.51% | 0.25% | - |
| XYZ | 2.93 | 2.42 | 1.61 | - |
| YUV | 43.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 31 | 0 | 0.43 | 0.51 | 0.75 | 9.38 | 0.34 | 0.18 |
| Hex | 3F | 24 | 1F | 0 | 2B | 33 | 4B | 9 | 22 | 12 |
| Octal | 77 | 44 | 37 | 0 | 53 | 63 | 113 | 11 | 42 | 22 |
| Binary | 111111 | 100100 | 11111 | 0 | 101011 | 110011 | 1001011 | 1001 | 100010 | 10010 |
Color Harmonies of #3F241F
Complementary color
Monochromatic Colors of #3F241F
Black with #3F241F
Text Example
Text Example
White with #3F241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F241F; }
p { color: rgb(63,36,31); }
H1.HeaderClassName
{
color: #3F241F;
}
.AnyTagClassName
{
color: #3F241F;
}
</style>
background-color css
<style>
a { background-color: #3F241F; }
a { background-color: rgb(63,36,31); }
div.DivClassName
{
background-color: #3F241F;
}
.BgClassName
{
background-color: #3F241F;
}
</style>
border-color css
<style>
span { border-color: #3F241F; }
span { border-color: rgb(63,36,31); }
td.TdClassName
{
border-color: #3F241F;
}
.TagClassName
{
border-color: #3F241F;
}
</style>