Shades of Jagger #403B44
Tints of Jagger #403B44
RGB
CMYK
RGB Variations
Color information
#403B44 (or 0x403B44) is known color: Jagger. HEX triplet: 40, 3B and 44. RGB value is (64,59,68). Sum of RGB (Red+Green+Blue) = 64+59+68=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 68 - color contains mainly: blue. Hex color #403B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B44 is #BFC4BB. Grayscale: #3D3D3D. Windows color (decimal): -12567740 or 4471616. OLE color: 4471616.
HSL color Cylindrical-coordinate representation of color #403B44: hue angle of 273.33º 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 #403B44 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 59 | 68 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.73 |
| HSL | 273.33º | 0.07% | 0.25% | - |
| HSV(B) | 273.33º | 0.13% | 0.27% | - |
| XYZ | 4.72 | 4.64 | 6.11 | - |
| YUV | 61.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 68 | 0.06 | 0.13 | 0 | 0.73 | 273.33 | 0.07 | 0.25 |
| Hex | 40 | 3B | 44 | 6 | D | 0 | 49 | 111 | 7 | 19 |
| Octal | 100 | 73 | 104 | 6 | 15 | 0 | 111 | 421 | 7 | 31 |
| Binary | 1000000 | 111011 | 1000100 | 110 | 1101 | 0 | 1001001 | 100010001 | 111 | 11001 |
Color Harmonies of #403B44
Complementary color
Monochromatic Colors of #403B44
Black with #403B44
Text Example
Text Example
White with #403B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B44; }
p { color: rgb(64,59,68); }
H1.HeaderClassName
{
color: #403B44;
}
.AnyTagClassName
{
color: #403B44;
}
</style>
background-color css
<style>
a { background-color: #403B44; }
a { background-color: rgb(64,59,68); }
div.DivClassName
{
background-color: #403B44;
}
.BgClassName
{
background-color: #403B44;
}
</style>
border-color css
<style>
span { border-color: #403B44; }
span { border-color: rgb(64,59,68); }
td.TdClassName
{
border-color: #403B44;
}
.TagClassName
{
border-color: #403B44;
}
</style>