Shades of Jagger #403448
Tints of Jagger #403448
RGB
CMYK
RGB Variations
Color information
#403448 (or 0x403448) is known color: Jagger. HEX triplet: 40, 34 and 48. RGB value is (64,52,72). Sum of RGB (Red+Green+Blue) = 64+52+72=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 72 - color contains mainly: blue. Hex color #403448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403448 is #BFCBB7. Grayscale: #393939. Windows color (decimal): -12569528 or 4731968. OLE color: 4731968.
HSL color Cylindrical-coordinate representation of color #403448: hue angle of 276º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #403448 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 52 | 72 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.72 |
| HSL | 276º | 0.16% | 0.24% | - |
| HSV(B) | 276º | 0.28% | 0.28% | - |
| XYZ | 4.51 | 4.01 | 6.67 | - |
| YUV | 57.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 72 | 0.11 | 0.28 | 0 | 0.72 | 276 | 0.16 | 0.24 |
| Hex | 40 | 34 | 48 | B | 1C | 0 | 48 | 114 | 10 | 18 |
| Octal | 100 | 64 | 110 | 13 | 34 | 0 | 110 | 424 | 20 | 30 |
| Binary | 1000000 | 110100 | 1001000 | 1011 | 11100 | 0 | 1001000 | 100010100 | 10000 | 11000 |
Color Harmonies of #403448
Complementary color
Monochromatic Colors of #403448
Black with #403448
Text Example
Text Example
White with #403448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403448; }
p { color: rgb(64,52,72); }
H1.HeaderClassName
{
color: #403448;
}
.AnyTagClassName
{
color: #403448;
}
</style>
background-color css
<style>
a { background-color: #403448; }
a { background-color: rgb(64,52,72); }
div.DivClassName
{
background-color: #403448;
}
.BgClassName
{
background-color: #403448;
}
</style>
border-color css
<style>
span { border-color: #403448; }
span { border-color: rgb(64,52,72); }
td.TdClassName
{
border-color: #403448;
}
.TagClassName
{
border-color: #403448;
}
</style>