Shades of Slugger #3F342D
Tints of Slugger #3F342D
RGB
CMYK
RGB Variations
Color information
#3F342D (or 0x3F342D) is known color: Slugger. HEX triplet: 3F, 34 and 2D. RGB value is (63,52,45). Sum of RGB (Red+Green+Blue) = 63+52+45=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 63 - color contains mainly: red. Hex color #3F342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F342D is #C0CBD2. Grayscale: #363636. Windows color (decimal): -12635091 or 2962495. OLE color: 2962495.
HSL color Cylindrical-coordinate representation of color #3F342D: hue angle of 23.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F342D is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 52 | 45 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.75 |
| HSL | 23.33º | 0.17% | 0.21% | - |
| HSV(B) | 23.33º | 0.29% | 0.25% | - |
| XYZ | 3.75 | 3.7 | 3 | - |
| YUV | 54.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 45 | 0 | 0.17 | 0.29 | 0.75 | 23.33 | 0.17 | 0.21 |
| Hex | 3F | 34 | 2D | 0 | 11 | 1D | 4B | 17 | 11 | 15 |
| Octal | 77 | 64 | 55 | 0 | 21 | 35 | 113 | 27 | 21 | 25 |
| Binary | 111111 | 110100 | 101101 | 0 | 10001 | 11101 | 1001011 | 10111 | 10001 | 10101 |
Color Harmonies of #3F342D
Complementary color
Monochromatic Colors of #3F342D
Black with #3F342D
Text Example
Text Example
White with #3F342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F342D; }
p { color: rgb(63,52,45); }
H1.HeaderClassName
{
color: #3F342D;
}
.AnyTagClassName
{
color: #3F342D;
}
</style>
background-color css
<style>
a { background-color: #3F342D; }
a { background-color: rgb(63,52,45); }
div.DivClassName
{
background-color: #3F342D;
}
.BgClassName
{
background-color: #3F342D;
}
</style>
border-color css
<style>
span { border-color: #3F342D; }
span { border-color: rgb(63,52,45); }
td.TdClassName
{
border-color: #3F342D;
}
.TagClassName
{
border-color: #3F342D;
}
</style>