Shades of Slugger #3F332E
Tints of Slugger #3F332E
RGB
CMYK
RGB Variations
Color information
#3F332E (or 0x3F332E) is known color: Slugger. HEX triplet: 3F, 33 and 2E. RGB value is (63,51,46). Sum of RGB (Red+Green+Blue) = 63+51+46=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 63 - color contains mainly: red. Hex color #3F332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F332E is #C0CCD1. Grayscale: #363636. Windows color (decimal): -12635346 or 3027775. OLE color: 3027775.
HSL color Cylindrical-coordinate representation of color #3F332E: hue angle of 17.65º 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 #3F332E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 46 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.75 |
| HSL | 17.65º | 0.16% | 0.21% | - |
| HSV(B) | 17.65º | 0.27% | 0.25% | - |
| XYZ | 3.73 | 3.62 | 3.09 | - |
| YUV | 54.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 46 | 0 | 0.19 | 0.27 | 0.75 | 17.65 | 0.16 | 0.21 |
| Hex | 3F | 33 | 2E | 0 | 13 | 1B | 4B | 12 | 10 | 15 |
| Octal | 77 | 63 | 56 | 0 | 23 | 33 | 113 | 22 | 20 | 25 |
| Binary | 111111 | 110011 | 101110 | 0 | 10011 | 11011 | 1001011 | 10010 | 10000 | 10101 |
Color Harmonies of #3F332E
Complementary color
Monochromatic Colors of #3F332E
Black with #3F332E
Text Example
Text Example
White with #3F332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F332E; }
p { color: rgb(63,51,46); }
H1.HeaderClassName
{
color: #3F332E;
}
.AnyTagClassName
{
color: #3F332E;
}
</style>
background-color css
<style>
a { background-color: #3F332E; }
a { background-color: rgb(63,51,46); }
div.DivClassName
{
background-color: #3F332E;
}
.BgClassName
{
background-color: #3F332E;
}
</style>
border-color css
<style>
span { border-color: #3F332E; }
span { border-color: rgb(63,51,46); }
td.TdClassName
{
border-color: #3F332E;
}
.TagClassName
{
border-color: #3F332E;
}
</style>