Shades of Jagger #413D44
Tints of Jagger #413D44
RGB
CMYK
RGB Variations
Color information
#413D44 (or 0x413D44) is known color: Jagger. HEX triplet: 41, 3D and 44. RGB value is (65,61,68). Sum of RGB (Red+Green+Blue) = 65+61+68=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 68 - color contains mainly: blue. Hex color #413D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D44 is #BEC2BB. Grayscale: #3E3E3E. Windows color (decimal): -12501692 or 4472129. OLE color: 4472129.
HSL color Cylindrical-coordinate representation of color #413D44: hue angle of 274.29º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #413D44 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 61 | 68 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.73 |
| HSL | 274.29º | 0.05% | 0.25% | - |
| HSV(B) | 274.29º | 0.1% | 0.27% | - |
| XYZ | 4.89 | 4.88 | 6.15 | - |
| YUV | 62.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 68 | 0.04 | 0.10 | 0 | 0.73 | 274.29 | 0.05 | 0.25 |
| Hex | 41 | 3D | 44 | 4 | A | 0 | 49 | 112 | 5 | 19 |
| Octal | 101 | 75 | 104 | 4 | 12 | 0 | 111 | 422 | 5 | 31 |
| Binary | 1000001 | 111101 | 1000100 | 100 | 1010 | 0 | 1001001 | 100010010 | 101 | 11001 |
Color Harmonies of #413D44
Complementary color
Monochromatic Colors of #413D44
Black with #413D44
Text Example
Text Example
White with #413D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D44; }
p { color: rgb(65,61,68); }
H1.HeaderClassName
{
color: #413D44;
}
.AnyTagClassName
{
color: #413D44;
}
</style>
background-color css
<style>
a { background-color: #413D44; }
a { background-color: rgb(65,61,68); }
div.DivClassName
{
background-color: #413D44;
}
.BgClassName
{
background-color: #413D44;
}
</style>
border-color css
<style>
span { border-color: #413D44; }
span { border-color: rgb(65,61,68); }
td.TdClassName
{
border-color: #413D44;
}
.TagClassName
{
border-color: #413D44;
}
</style>