Shades of Slugger #3F312B
Tints of Slugger #3F312B
RGB
CMYK
RGB Variations
Color information
#3F312B (or 0x3F312B) is known color: Slugger. HEX triplet: 3F, 31 and 2B. RGB value is (63,49,43). Sum of RGB (Red+Green+Blue) = 63+49+43=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F312B is #C0CED4. Grayscale: #343434. Windows color (decimal): -12635861 or 2830655. OLE color: 2830655.
HSL color Cylindrical-coordinate representation of color #3F312B: hue angle of 18º 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 #3F312B is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 49 | 43 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.75 |
| HSL | 18º | 0.19% | 0.21% | - |
| HSV(B) | 18º | 0.32% | 0.25% | - |
| XYZ | 3.58 | 3.43 | 2.76 | - |
| YUV | 52.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 43 | 0 | 0.22 | 0.32 | 0.75 | 18 | 0.19 | 0.21 |
| Hex | 3F | 31 | 2B | 0 | 16 | 20 | 4B | 12 | 13 | 15 |
| Octal | 77 | 61 | 53 | 0 | 26 | 40 | 113 | 22 | 23 | 25 |
| Binary | 111111 | 110001 | 101011 | 0 | 10110 | 100000 | 1001011 | 10010 | 10011 | 10101 |
Color Harmonies of #3F312B
Complementary color
Monochromatic Colors of #3F312B
Black with #3F312B
Text Example
Text Example
White with #3F312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F312B; }
p { color: rgb(63,49,43); }
H1.HeaderClassName
{
color: #3F312B;
}
.AnyTagClassName
{
color: #3F312B;
}
</style>
background-color css
<style>
a { background-color: #3F312B; }
a { background-color: rgb(63,49,43); }
div.DivClassName
{
background-color: #3F312B;
}
.BgClassName
{
background-color: #3F312B;
}
</style>
border-color css
<style>
span { border-color: #3F312B; }
span { border-color: rgb(63,49,43); }
td.TdClassName
{
border-color: #3F312B;
}
.TagClassName
{
border-color: #3F312B;
}
</style>