Shades of Slugger #3F342C
Tints of Slugger #3F342C
RGB
CMYK
RGB Variations
Color information
#3F342C (or 0x3F342C) is known color: Slugger. HEX triplet: 3F, 34 and 2C. RGB value is (63,52,44). Sum of RGB (Red+Green+Blue) = 63+52+44=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F342C is #C0CBD3. Grayscale: #363636. Windows color (decimal): -12635092 or 2896959. OLE color: 2896959.
HSL color Cylindrical-coordinate representation of color #3F342C: hue angle of 25.26º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F342C is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 52 | 44 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.75 |
| HSL | 25.26º | 0.18% | 0.21% | - |
| HSV(B) | 25.26º | 0.3% | 0.25% | - |
| XYZ | 3.73 | 3.69 | 2.9 | - |
| YUV | 54.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 44 | 0 | 0.17 | 0.30 | 0.75 | 25.26 | 0.18 | 0.21 |
| Hex | 3F | 34 | 2C | 0 | 11 | 1E | 4B | 19 | 12 | 15 |
| Octal | 77 | 64 | 54 | 0 | 21 | 36 | 113 | 31 | 22 | 25 |
| Binary | 111111 | 110100 | 101100 | 0 | 10001 | 11110 | 1001011 | 11001 | 10010 | 10101 |
Color Harmonies of #3F342C
Complementary color
Monochromatic Colors of #3F342C
Black with #3F342C
Text Example
Text Example
White with #3F342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F342C; }
p { color: rgb(63,52,44); }
H1.HeaderClassName
{
color: #3F342C;
}
.AnyTagClassName
{
color: #3F342C;
}
</style>
background-color css
<style>
a { background-color: #3F342C; }
a { background-color: rgb(63,52,44); }
div.DivClassName
{
background-color: #3F342C;
}
.BgClassName
{
background-color: #3F342C;
}
</style>
border-color css
<style>
span { border-color: #3F342C; }
span { border-color: rgb(63,52,44); }
td.TdClassName
{
border-color: #3F342C;
}
.TagClassName
{
border-color: #3F342C;
}
</style>