Shades of Slugger #40332C
Tints of Slugger #40332C
RGB
CMYK
RGB Variations
Color information
#40332C (or 0x40332C) is known color: Slugger. HEX triplet: 40, 33 and 2C. RGB value is (64,51,44). Sum of RGB (Red+Green+Blue) = 64+51+44=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #40332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40332C is #BFCCD3. Grayscale: #363636. Windows color (decimal): -12569812 or 2896704. OLE color: 2896704.
HSL color Cylindrical-coordinate representation of color #40332C: hue angle of 21º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40332C is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 51 | 44 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.75 |
| HSL | 21º | 0.19% | 0.21% | - |
| HSV(B) | 21º | 0.31% | 0.25% | - |
| XYZ | 3.75 | 3.64 | 2.89 | - |
| YUV | 54.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 44 | 0 | 0.20 | 0.31 | 0.75 | 21 | 0.19 | 0.21 |
| Hex | 40 | 33 | 2C | 0 | 14 | 1F | 4B | 15 | 13 | 15 |
| Octal | 100 | 63 | 54 | 0 | 24 | 37 | 113 | 25 | 23 | 25 |
| Binary | 1000000 | 110011 | 101100 | 0 | 10100 | 11111 | 1001011 | 10101 | 10011 | 10101 |
Color Harmonies of #40332C
Complementary color
Monochromatic Colors of #40332C
Black with #40332C
Text Example
Text Example
White with #40332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40332C; }
p { color: rgb(64,51,44); }
H1.HeaderClassName
{
color: #40332C;
}
.AnyTagClassName
{
color: #40332C;
}
</style>
background-color css
<style>
a { background-color: #40332C; }
a { background-color: rgb(64,51,44); }
div.DivClassName
{
background-color: #40332C;
}
.BgClassName
{
background-color: #40332C;
}
</style>
border-color css
<style>
span { border-color: #40332C; }
span { border-color: rgb(64,51,44); }
td.TdClassName
{
border-color: #40332C;
}
.TagClassName
{
border-color: #40332C;
}
</style>