Shades of Slugger #3F322A
Tints of Slugger #3F322A
RGB
CMYK
RGB Variations
Color information
#3F322A (or 0x3F322A) is known color: Slugger. HEX triplet: 3F, 32 and 2A. RGB value is (63,50,42). Sum of RGB (Red+Green+Blue) = 63+50+42=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F322A is #C0CDD5. Grayscale: #353535. Windows color (decimal): -12635606 or 2765375. OLE color: 2765375.
HSL color Cylindrical-coordinate representation of color #3F322A: hue angle of 22.86º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F322A is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 42 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.75 |
| HSL | 22.86º | 0.2% | 0.21% | - |
| HSV(B) | 22.86º | 0.33% | 0.25% | - |
| XYZ | 3.61 | 3.51 | 2.68 | - |
| YUV | 52.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 42 | 0 | 0.21 | 0.33 | 0.75 | 22.86 | 0.2 | 0.21 |
| Hex | 3F | 32 | 2A | 0 | 15 | 21 | 4B | 17 | 14 | 15 |
| Octal | 77 | 62 | 52 | 0 | 25 | 41 | 113 | 27 | 24 | 25 |
| Binary | 111111 | 110010 | 101010 | 0 | 10101 | 100001 | 1001011 | 10111 | 10100 | 10101 |
Color Harmonies of #3F322A
Complementary color
Monochromatic Colors of #3F322A
Black with #3F322A
Text Example
Text Example
White with #3F322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F322A; }
p { color: rgb(63,50,42); }
H1.HeaderClassName
{
color: #3F322A;
}
.AnyTagClassName
{
color: #3F322A;
}
</style>
background-color css
<style>
a { background-color: #3F322A; }
a { background-color: rgb(63,50,42); }
div.DivClassName
{
background-color: #3F322A;
}
.BgClassName
{
background-color: #3F322A;
}
</style>
border-color css
<style>
span { border-color: #3F322A; }
span { border-color: rgb(63,50,42); }
td.TdClassName
{
border-color: #3F322A;
}
.TagClassName
{
border-color: #3F322A;
}
</style>