Shades of Slugger #3F352E
Tints of Slugger #3F352E
RGB
CMYK
RGB Variations
Color information
#3F352E (or 0x3F352E) is known color: Slugger. HEX triplet: 3F, 35 and 2E. RGB value is (63,53,46). Sum of RGB (Red+Green+Blue) = 63+53+46=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F352E is #C0CAD1. Grayscale: #373737. Windows color (decimal): -12634834 or 3028287. OLE color: 3028287.
HSL color Cylindrical-coordinate representation of color #3F352E: hue angle of 24.71º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F352E is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 53 | 46 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.75 |
| HSL | 24.71º | 0.16% | 0.21% | - |
| HSV(B) | 24.71º | 0.27% | 0.25% | - |
| XYZ | 3.82 | 3.8 | 3.12 | - |
| YUV | 55.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 46 | 0 | 0.16 | 0.27 | 0.75 | 24.71 | 0.16 | 0.21 |
| Hex | 3F | 35 | 2E | 0 | 10 | 1B | 4B | 19 | 10 | 15 |
| Octal | 77 | 65 | 56 | 0 | 20 | 33 | 113 | 31 | 20 | 25 |
| Binary | 111111 | 110101 | 101110 | 0 | 10000 | 11011 | 1001011 | 11001 | 10000 | 10101 |
Color Harmonies of #3F352E
Complementary color
Monochromatic Colors of #3F352E
Black with #3F352E
Text Example
Text Example
White with #3F352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F352E; }
p { color: rgb(63,53,46); }
H1.HeaderClassName
{
color: #3F352E;
}
.AnyTagClassName
{
color: #3F352E;
}
</style>
background-color css
<style>
a { background-color: #3F352E; }
a { background-color: rgb(63,53,46); }
div.DivClassName
{
background-color: #3F352E;
}
.BgClassName
{
background-color: #3F352E;
}
</style>
border-color css
<style>
span { border-color: #3F352E; }
span { border-color: rgb(63,53,46); }
td.TdClassName
{
border-color: #3F352E;
}
.TagClassName
{
border-color: #3F352E;
}
</style>