Shades of Slugger #3F342B
Tints of Slugger #3F342B
RGB
CMYK
RGB Variations
Color information
#3F342B (or 0x3F342B) is known color: Slugger. HEX triplet: 3F, 34 and 2B. RGB value is (63,52,43). Sum of RGB (Red+Green+Blue) = 63+52+43=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 63 - color contains mainly: red. Hex color #3F342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F342B is #C0CBD4. Grayscale: #363636. Windows color (decimal): -12635093 or 2831423. OLE color: 2831423.
HSL color Cylindrical-coordinate representation of color #3F342B: hue angle of 27º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F342B is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 52 | 43 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.75 |
| HSL | 27º | 0.19% | 0.21% | - |
| HSV(B) | 27º | 0.32% | 0.25% | - |
| XYZ | 3.71 | 3.69 | 2.8 | - |
| YUV | 54.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 43 | 0 | 0.17 | 0.32 | 0.75 | 27 | 0.19 | 0.21 |
| Hex | 3F | 34 | 2B | 0 | 11 | 20 | 4B | 1B | 13 | 15 |
| Octal | 77 | 64 | 53 | 0 | 21 | 40 | 113 | 33 | 23 | 25 |
| Binary | 111111 | 110100 | 101011 | 0 | 10001 | 100000 | 1001011 | 11011 | 10011 | 10101 |
Color Harmonies of #3F342B
Complementary color
Monochromatic Colors of #3F342B
Black with #3F342B
Text Example
Text Example
White with #3F342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F342B; }
p { color: rgb(63,52,43); }
H1.HeaderClassName
{
color: #3F342B;
}
.AnyTagClassName
{
color: #3F342B;
}
</style>
background-color css
<style>
a { background-color: #3F342B; }
a { background-color: rgb(63,52,43); }
div.DivClassName
{
background-color: #3F342B;
}
.BgClassName
{
background-color: #3F342B;
}
</style>
border-color css
<style>
span { border-color: #3F342B; }
span { border-color: rgb(63,52,43); }
td.TdClassName
{
border-color: #3F342B;
}
.TagClassName
{
border-color: #3F342B;
}
</style>