Shades of Slugger #3E332B
Tints of Slugger #3E332B
RGB
CMYK
RGB Variations
Color information
#3E332B (or 0x3E332B) is known color: Slugger. HEX triplet: 3E, 33 and 2B. RGB value is (62,51,43). Sum of RGB (Red+Green+Blue) = 62+51+43=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 62 - color contains mainly: red. Hex color #3E332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E332B is #C1CCD4. Grayscale: #353535. Windows color (decimal): -12700885 or 2831166. OLE color: 2831166.
HSL color Cylindrical-coordinate representation of color #3E332B: hue angle of 25.26º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E332B is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 43 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.76 |
| HSL | 25.26º | 0.18% | 0.21% | - |
| HSV(B) | 25.26º | 0.31% | 0.24% | - |
| XYZ | 3.61 | 3.57 | 2.78 | - |
| YUV | 53.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 43 | 0 | 0.18 | 0.31 | 0.76 | 25.26 | 0.18 | 0.21 |
| Hex | 3E | 33 | 2B | 0 | 12 | 1F | 4C | 19 | 12 | 15 |
| Octal | 76 | 63 | 53 | 0 | 22 | 37 | 114 | 31 | 22 | 25 |
| Binary | 111110 | 110011 | 101011 | 0 | 10010 | 11111 | 1001100 | 11001 | 10010 | 10101 |
Color Harmonies of #3E332B
Complementary color
Monochromatic Colors of #3E332B
Black with #3E332B
Text Example
Text Example
White with #3E332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E332B; }
p { color: rgb(62,51,43); }
H1.HeaderClassName
{
color: #3E332B;
}
.AnyTagClassName
{
color: #3E332B;
}
</style>
background-color css
<style>
a { background-color: #3E332B; }
a { background-color: rgb(62,51,43); }
div.DivClassName
{
background-color: #3E332B;
}
.BgClassName
{
background-color: #3E332B;
}
</style>
border-color css
<style>
span { border-color: #3E332B; }
span { border-color: rgb(62,51,43); }
td.TdClassName
{
border-color: #3E332B;
}
.TagClassName
{
border-color: #3E332B;
}
</style>