Shades of Slugger #3D302A
Tints of Slugger #3D302A
RGB
CMYK
RGB Variations
Color information
#3D302A (or 0x3D302A) is known color: Slugger. HEX triplet: 3D, 30 and 2A. RGB value is (61,48,42). Sum of RGB (Red+Green+Blue) = 61+48+42=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 61 - color contains mainly: red. Hex color #3D302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D302A is #C2CFD5. Grayscale: #333333. Windows color (decimal): -12767190 or 2764861. OLE color: 2764861.
HSL color Cylindrical-coordinate representation of color #3D302A: hue angle of 18.95º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D302A is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 48 | 42 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.76 |
| HSL | 18.95º | 0.18% | 0.2% | - |
| HSV(B) | 18.95º | 0.31% | 0.24% | - |
| XYZ | 3.4 | 3.27 | 2.64 | - |
| YUV | 51.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 42 | 0 | 0.21 | 0.31 | 0.76 | 18.95 | 0.18 | 0.2 |
| Hex | 3D | 30 | 2A | 0 | 15 | 1F | 4C | 13 | 12 | 14 |
| Octal | 75 | 60 | 52 | 0 | 25 | 37 | 114 | 23 | 22 | 24 |
| Binary | 111101 | 110000 | 101010 | 0 | 10101 | 11111 | 1001100 | 10011 | 10010 | 10100 |
Color Harmonies of #3D302A
Complementary color
Monochromatic Colors of #3D302A
Black with #3D302A
Text Example
Text Example
White with #3D302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D302A; }
p { color: rgb(61,48,42); }
H1.HeaderClassName
{
color: #3D302A;
}
.AnyTagClassName
{
color: #3D302A;
}
</style>
background-color css
<style>
a { background-color: #3D302A; }
a { background-color: rgb(61,48,42); }
div.DivClassName
{
background-color: #3D302A;
}
.BgClassName
{
background-color: #3D302A;
}
</style>
border-color css
<style>
span { border-color: #3D302A; }
span { border-color: rgb(61,48,42); }
td.TdClassName
{
border-color: #3D302A;
}
.TagClassName
{
border-color: #3D302A;
}
</style>