Shades of Jagger #413B44
Tints of Jagger #413B44
RGB
CMYK
RGB Variations
Color information
#413B44 (or 0x413B44) is known color: Jagger. HEX triplet: 41, 3B and 44. RGB value is (65,59,68). Sum of RGB (Red+Green+Blue) = 65+59+68=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 68 - color contains mainly: blue. Hex color #413B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B44 is #BEC4BB. Grayscale: #3D3D3D. Windows color (decimal): -12502204 or 4471617. OLE color: 4471617.
HSL color Cylindrical-coordinate representation of color #413B44: hue angle of 280º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #413B44 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 59 | 68 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.73 |
| HSL | 280º | 0.07% | 0.25% | - |
| HSV(B) | 280º | 0.13% | 0.27% | - |
| XYZ | 4.79 | 4.67 | 6.12 | - |
| YUV | 61.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 68 | 0.04 | 0.13 | 0 | 0.73 | 280 | 0.07 | 0.25 |
| Hex | 41 | 3B | 44 | 4 | D | 0 | 49 | 118 | 7 | 19 |
| Octal | 101 | 73 | 104 | 4 | 15 | 0 | 111 | 430 | 7 | 31 |
| Binary | 1000001 | 111011 | 1000100 | 100 | 1101 | 0 | 1001001 | 100011000 | 111 | 11001 |
Color Harmonies of #413B44
Complementary color
Monochromatic Colors of #413B44
Black with #413B44
Text Example
Text Example
White with #413B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B44; }
p { color: rgb(65,59,68); }
H1.HeaderClassName
{
color: #413B44;
}
.AnyTagClassName
{
color: #413B44;
}
</style>
background-color css
<style>
a { background-color: #413B44; }
a { background-color: rgb(65,59,68); }
div.DivClassName
{
background-color: #413B44;
}
.BgClassName
{
background-color: #413B44;
}
</style>
border-color css
<style>
span { border-color: #413B44; }
span { border-color: rgb(65,59,68); }
td.TdClassName
{
border-color: #413B44;
}
.TagClassName
{
border-color: #413B44;
}
</style>