Shades of Slugger #42332C
Tints of Slugger #42332C
RGB
CMYK
RGB Variations
Color information
#42332C (or 0x42332C) is known color: Slugger. HEX triplet: 42, 33 and 2C. RGB value is (66,51,44). Sum of RGB (Red+Green+Blue) = 66+51+44=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #42332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42332C is #BDCCD3. Grayscale: #363636. Windows color (decimal): -12438740 or 2896706. OLE color: 2896706.
HSL color Cylindrical-coordinate representation of color #42332C: hue angle of 19.09º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42332C is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 44 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.74 |
| HSL | 19.09º | 0.2% | 0.22% | - |
| HSV(B) | 19.09º | 0.33% | 0.26% | - |
| XYZ | 3.89 | 3.71 | 2.89 | - |
| YUV | 54.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 44 | 0 | 0.23 | 0.33 | 0.74 | 19.09 | 0.2 | 0.22 |
| Hex | 42 | 33 | 2C | 0 | 17 | 21 | 4A | 13 | 14 | 16 |
| Octal | 102 | 63 | 54 | 0 | 27 | 41 | 112 | 23 | 24 | 26 |
| Binary | 1000010 | 110011 | 101100 | 0 | 10111 | 100001 | 1001010 | 10011 | 10100 | 10110 |
Color Harmonies of #42332C
Complementary color
Monochromatic Colors of #42332C
Black with #42332C
Text Example
Text Example
White with #42332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42332C; }
p { color: rgb(66,51,44); }
H1.HeaderClassName
{
color: #42332C;
}
.AnyTagClassName
{
color: #42332C;
}
</style>
background-color css
<style>
a { background-color: #42332C; }
a { background-color: rgb(66,51,44); }
div.DivClassName
{
background-color: #42332C;
}
.BgClassName
{
background-color: #42332C;
}
</style>
border-color css
<style>
span { border-color: #42332C; }
span { border-color: rgb(66,51,44); }
td.TdClassName
{
border-color: #42332C;
}
.TagClassName
{
border-color: #42332C;
}
</style>