Shades of Slugger #41342E
Tints of Slugger #41342E
RGB
CMYK
RGB Variations
Color information
#41342E (or 0x41342E) is known color: Slugger. HEX triplet: 41, 34 and 2E. RGB value is (65,52,46). Sum of RGB (Red+Green+Blue) = 65+52+46=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #41342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41342E is #BECBD1. Grayscale: #373737. Windows color (decimal): -12504018 or 3028033. OLE color: 3028033.
HSL color Cylindrical-coordinate representation of color #41342E: hue angle of 18.95º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41342E is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 52 | 46 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.75 |
| HSL | 18.95º | 0.17% | 0.22% | - |
| HSV(B) | 18.95º | 0.29% | 0.25% | - |
| XYZ | 3.9 | 3.78 | 3.11 | - |
| YUV | 55.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 52 | 46 | 0 | 0.20 | 0.29 | 0.75 | 18.95 | 0.17 | 0.22 |
| Hex | 41 | 34 | 2E | 0 | 14 | 1D | 4B | 13 | 11 | 16 |
| Octal | 101 | 64 | 56 | 0 | 24 | 35 | 113 | 23 | 21 | 26 |
| Binary | 1000001 | 110100 | 101110 | 0 | 10100 | 11101 | 1001011 | 10011 | 10001 | 10110 |
Color Harmonies of #41342E
Complementary color
Monochromatic Colors of #41342E
Black with #41342E
Text Example
Text Example
White with #41342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41342E; }
p { color: rgb(65,52,46); }
H1.HeaderClassName
{
color: #41342E;
}
.AnyTagClassName
{
color: #41342E;
}
</style>
background-color css
<style>
a { background-color: #41342E; }
a { background-color: rgb(65,52,46); }
div.DivClassName
{
background-color: #41342E;
}
.BgClassName
{
background-color: #41342E;
}
</style>
border-color css
<style>
span { border-color: #41342E; }
span { border-color: rgb(65,52,46); }
td.TdClassName
{
border-color: #41342E;
}
.TagClassName
{
border-color: #41342E;
}
</style>