Shades of Jagger #402F45
Tints of Jagger #402F45
RGB
CMYK
RGB Variations
Color information
#402F45 (or 0x402F45) is known color: Jagger. HEX triplet: 40, 2F and 45. RGB value is (64,47,69). Sum of RGB (Red+Green+Blue) = 64+47+69=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 69 - color contains mainly: blue. Hex color #402F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F45 is #BFD0BA. Grayscale: #363636. Windows color (decimal): -12570811 or 4534080. OLE color: 4534080.
HSL color Cylindrical-coordinate representation of color #402F45: hue angle of 286.36º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #402F45 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 47 | 69 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.73 |
| HSL | 286.36º | 0.19% | 0.23% | - |
| HSV(B) | 286.36º | 0.32% | 0.27% | - |
| XYZ | 4.21 | 3.55 | 6.09 | - |
| YUV | 54.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 69 | 0.07 | 0.32 | 0 | 0.73 | 286.36 | 0.19 | 0.23 |
| Hex | 40 | 2F | 45 | 7 | 20 | 0 | 49 | 11E | 13 | 17 |
| Octal | 100 | 57 | 105 | 7 | 40 | 0 | 111 | 436 | 23 | 27 |
| Binary | 1000000 | 101111 | 1000101 | 111 | 100000 | 0 | 1001001 | 100011110 | 10011 | 10111 |
Color Harmonies of #402F45
Complementary color
Monochromatic Colors of #402F45
Black with #402F45
Text Example
Text Example
White with #402F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F45; }
p { color: rgb(64,47,69); }
H1.HeaderClassName
{
color: #402F45;
}
.AnyTagClassName
{
color: #402F45;
}
</style>
background-color css
<style>
a { background-color: #402F45; }
a { background-color: rgb(64,47,69); }
div.DivClassName
{
background-color: #402F45;
}
.BgClassName
{
background-color: #402F45;
}
</style>
border-color css
<style>
span { border-color: #402F45; }
span { border-color: rgb(64,47,69); }
td.TdClassName
{
border-color: #402F45;
}
.TagClassName
{
border-color: #402F45;
}
</style>