Shades of Slugger #3E332D
Tints of Slugger #3E332D
RGB
CMYK
RGB Variations
Color information
#3E332D (or 0x3E332D) is known color: Slugger. HEX triplet: 3E, 33 and 2D. RGB value is (62,51,45). Sum of RGB (Red+Green+Blue) = 62+51+45=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 62 - color contains mainly: red. Hex color #3E332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E332D is #C1CCD2. Grayscale: #353535. Windows color (decimal): -12700883 or 2962238. OLE color: 2962238.
HSL color Cylindrical-coordinate representation of color #3E332D: hue angle of 21.18º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E332D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 45 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.76 |
| HSL | 21.18º | 0.16% | 0.21% | - |
| HSV(B) | 21.18º | 0.27% | 0.24% | - |
| XYZ | 3.64 | 3.58 | 2.98 | - |
| YUV | 53.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 45 | 0 | 0.18 | 0.27 | 0.76 | 21.18 | 0.16 | 0.21 |
| Hex | 3E | 33 | 2D | 0 | 12 | 1B | 4C | 15 | 10 | 15 |
| Octal | 76 | 63 | 55 | 0 | 22 | 33 | 114 | 25 | 20 | 25 |
| Binary | 111110 | 110011 | 101101 | 0 | 10010 | 11011 | 1001100 | 10101 | 10000 | 10101 |
Color Harmonies of #3E332D
Complementary color
Monochromatic Colors of #3E332D
Black with #3E332D
Text Example
Text Example
White with #3E332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E332D; }
p { color: rgb(62,51,45); }
H1.HeaderClassName
{
color: #3E332D;
}
.AnyTagClassName
{
color: #3E332D;
}
</style>
background-color css
<style>
a { background-color: #3E332D; }
a { background-color: rgb(62,51,45); }
div.DivClassName
{
background-color: #3E332D;
}
.BgClassName
{
background-color: #3E332D;
}
</style>
border-color css
<style>
span { border-color: #3E332D; }
span { border-color: rgb(62,51,45); }
td.TdClassName
{
border-color: #3E332D;
}
.TagClassName
{
border-color: #3E332D;
}
</style>