Shades of Slugger #3E332C
Tints of Slugger #3E332C
RGB
CMYK
RGB Variations
Color information
#3E332C (or 0x3E332C) is known color: Slugger. HEX triplet: 3E, 33 and 2C. RGB value is (62,51,44). Sum of RGB (Red+Green+Blue) = 62+51+44=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 62 - color contains mainly: red. Hex color #3E332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E332C is #C1CCD3. Grayscale: #353535. Windows color (decimal): -12700884 or 2896702. OLE color: 2896702.
HSL color Cylindrical-coordinate representation of color #3E332C: hue angle of 23.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E332C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 44 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.76 |
| HSL | 23.33º | 0.17% | 0.21% | - |
| HSV(B) | 23.33º | 0.29% | 0.24% | - |
| XYZ | 3.63 | 3.57 | 2.88 | - |
| YUV | 53.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 44 | 0 | 0.18 | 0.29 | 0.76 | 23.33 | 0.17 | 0.21 |
| Hex | 3E | 33 | 2C | 0 | 12 | 1D | 4C | 17 | 11 | 15 |
| Octal | 76 | 63 | 54 | 0 | 22 | 35 | 114 | 27 | 21 | 25 |
| Binary | 111110 | 110011 | 101100 | 0 | 10010 | 11101 | 1001100 | 10111 | 10001 | 10101 |
Color Harmonies of #3E332C
Complementary color
Monochromatic Colors of #3E332C
Black with #3E332C
Text Example
Text Example
White with #3E332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E332C; }
p { color: rgb(62,51,44); }
H1.HeaderClassName
{
color: #3E332C;
}
.AnyTagClassName
{
color: #3E332C;
}
</style>
background-color css
<style>
a { background-color: #3E332C; }
a { background-color: rgb(62,51,44); }
div.DivClassName
{
background-color: #3E332C;
}
.BgClassName
{
background-color: #3E332C;
}
</style>
border-color css
<style>
span { border-color: #3E332C; }
span { border-color: rgb(62,51,44); }
td.TdClassName
{
border-color: #3E332C;
}
.TagClassName
{
border-color: #3E332C;
}
</style>