Shades of Slugger #3E2F29
Tints of Slugger #3E2F29
RGB
CMYK
RGB Variations
Color information
#3E2F29 (or 0x3E2F29) is known color: Slugger. HEX triplet: 3E, 2F and 29. RGB value is (62,47,41). Sum of RGB (Red+Green+Blue) = 62+47+41=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2F29 is #C1D0D6. Grayscale: #323232. Windows color (decimal): -12701911 or 2699070. OLE color: 2699070.
HSL color Cylindrical-coordinate representation of color #3E2F29: hue angle of 17.14º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E2F29 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 47 | 41 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.76 |
| HSL | 17.14º | 0.2% | 0.2% | - |
| HSV(B) | 17.14º | 0.34% | 0.24% | - |
| XYZ | 3.4 | 3.22 | 2.54 | - |
| YUV | 50.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 41 | 0 | 0.24 | 0.34 | 0.76 | 17.14 | 0.2 | 0.2 |
| Hex | 3E | 2F | 29 | 0 | 18 | 22 | 4C | 11 | 14 | 14 |
| Octal | 76 | 57 | 51 | 0 | 30 | 42 | 114 | 21 | 24 | 24 |
| Binary | 111110 | 101111 | 101001 | 0 | 11000 | 100010 | 1001100 | 10001 | 10100 | 10100 |
Color Harmonies of #3E2F29
Complementary color
Monochromatic Colors of #3E2F29
Black with #3E2F29
Text Example
Text Example
White with #3E2F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2F29; }
p { color: rgb(62,47,41); }
H1.HeaderClassName
{
color: #3E2F29;
}
.AnyTagClassName
{
color: #3E2F29;
}
</style>
background-color css
<style>
a { background-color: #3E2F29; }
a { background-color: rgb(62,47,41); }
div.DivClassName
{
background-color: #3E2F29;
}
.BgClassName
{
background-color: #3E2F29;
}
</style>
border-color css
<style>
span { border-color: #3E2F29; }
span { border-color: rgb(62,47,41); }
td.TdClassName
{
border-color: #3E2F29;
}
.TagClassName
{
border-color: #3E2F29;
}
</style>