Shades of Slugger #3F322B
Tints of Slugger #3F322B
RGB
CMYK
RGB Variations
Color information
#3F322B (or 0x3F322B) is known color: Slugger. HEX triplet: 3F, 32 and 2B. RGB value is (63,50,43). Sum of RGB (Red+Green+Blue) = 63+50+43=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F322B is #C0CDD4. Grayscale: #353535. Windows color (decimal): -12635605 or 2830911. OLE color: 2830911.
HSL color Cylindrical-coordinate representation of color #3F322B: hue angle of 21º 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 #3F322B is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 43 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.75 |
| HSL | 21º | 0.19% | 0.21% | - |
| HSV(B) | 21º | 0.32% | 0.25% | - |
| XYZ | 3.63 | 3.51 | 2.77 | - |
| YUV | 53.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 43 | 0 | 0.21 | 0.32 | 0.75 | 21 | 0.19 | 0.21 |
| Hex | 3F | 32 | 2B | 0 | 15 | 20 | 4B | 15 | 13 | 15 |
| Octal | 77 | 62 | 53 | 0 | 25 | 40 | 113 | 25 | 23 | 25 |
| Binary | 111111 | 110010 | 101011 | 0 | 10101 | 100000 | 1001011 | 10101 | 10011 | 10101 |
Color Harmonies of #3F322B
Complementary color
Monochromatic Colors of #3F322B
Black with #3F322B
Text Example
Text Example
White with #3F322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F322B; }
p { color: rgb(63,50,43); }
H1.HeaderClassName
{
color: #3F322B;
}
.AnyTagClassName
{
color: #3F322B;
}
</style>
background-color css
<style>
a { background-color: #3F322B; }
a { background-color: rgb(63,50,43); }
div.DivClassName
{
background-color: #3F322B;
}
.BgClassName
{
background-color: #3F322B;
}
</style>
border-color css
<style>
span { border-color: #3F322B; }
span { border-color: rgb(63,50,43); }
td.TdClassName
{
border-color: #3F322B;
}
.TagClassName
{
border-color: #3F322B;
}
</style>