Shades of Brown Pod #3A1F18
Tints of Brown Pod #3A1F18
RGB
CMYK
RGB Variations
Color information
#3A1F18 (or 0x3A1F18) is known color: Brown Pod. HEX triplet: 3A, 1F and 18. RGB value is (58,31,24). Sum of RGB (Red+Green+Blue) = 58+31+24=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1F18 is #C5E0E7. Grayscale: #262626. Windows color (decimal): -12968168 or 1580858. OLE color: 1580858.
HSL color Cylindrical-coordinate representation of color #3A1F18: hue angle of 12.35º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A1F18 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 31 | 24 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.77 |
| HSL | 12.35º | 0.41% | 0.16% | - |
| HSV(B) | 12.35º | 0.59% | 0.23% | - |
| XYZ | 2.4 | 1.95 | 1.11 | - |
| YUV | 38.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 24 | 0 | 0.47 | 0.59 | 0.77 | 12.35 | 0.41 | 0.16 |
| Hex | 3A | 1F | 18 | 0 | 2F | 3B | 4D | C | 29 | 10 |
| Octal | 72 | 37 | 30 | 0 | 57 | 73 | 115 | 14 | 51 | 20 |
| Binary | 111010 | 11111 | 11000 | 0 | 101111 | 111011 | 1001101 | 1100 | 101001 | 10000 |
Color Harmonies of #3A1F18
Complementary color
Monochromatic Colors of #3A1F18
Black with #3A1F18
Text Example
Text Example
White with #3A1F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F18; }
p { color: rgb(58,31,24); }
H1.HeaderClassName
{
color: #3A1F18;
}
.AnyTagClassName
{
color: #3A1F18;
}
</style>
background-color css
<style>
a { background-color: #3A1F18; }
a { background-color: rgb(58,31,24); }
div.DivClassName
{
background-color: #3A1F18;
}
.BgClassName
{
background-color: #3A1F18;
}
</style>
border-color css
<style>
span { border-color: #3A1F18; }
span { border-color: rgb(58,31,24); }
td.TdClassName
{
border-color: #3A1F18;
}
.TagClassName
{
border-color: #3A1F18;
}
</style>