Shades of Slugger #3F312A
Tints of Slugger #3F312A
RGB
CMYK
RGB Variations
Color information
#3F312A (or 0x3F312A) is known color: Slugger. HEX triplet: 3F, 31 and 2A. RGB value is (63,49,42). Sum of RGB (Red+Green+Blue) = 63+49+42=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F312A is #C0CED5. Grayscale: #343434. Windows color (decimal): -12635862 or 2765119. OLE color: 2765119.
HSL color Cylindrical-coordinate representation of color #3F312A: hue angle of 20º 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 #3F312A is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 49 | 42 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.75 |
| HSL | 20º | 0.2% | 0.21% | - |
| HSV(B) | 20º | 0.33% | 0.25% | - |
| XYZ | 3.57 | 3.42 | 2.66 | - |
| YUV | 52.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 42 | 0 | 0.22 | 0.33 | 0.75 | 20 | 0.2 | 0.21 |
| Hex | 3F | 31 | 2A | 0 | 16 | 21 | 4B | 14 | 14 | 15 |
| Octal | 77 | 61 | 52 | 0 | 26 | 41 | 113 | 24 | 24 | 25 |
| Binary | 111111 | 110001 | 101010 | 0 | 10110 | 100001 | 1001011 | 10100 | 10100 | 10101 |
Color Harmonies of #3F312A
Complementary color
Monochromatic Colors of #3F312A
Black with #3F312A
Text Example
Text Example
White with #3F312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F312A; }
p { color: rgb(63,49,42); }
H1.HeaderClassName
{
color: #3F312A;
}
.AnyTagClassName
{
color: #3F312A;
}
</style>
background-color css
<style>
a { background-color: #3F312A; }
a { background-color: rgb(63,49,42); }
div.DivClassName
{
background-color: #3F312A;
}
.BgClassName
{
background-color: #3F312A;
}
</style>
border-color css
<style>
span { border-color: #3F312A; }
span { border-color: rgb(63,49,42); }
td.TdClassName
{
border-color: #3F312A;
}
.TagClassName
{
border-color: #3F312A;
}
</style>