Shades of Jagger #403B43
Tints of Jagger #403B43
RGB
CMYK
RGB Variations
Color information
#403B43 (or 0x403B43) is known color: Jagger. HEX triplet: 40, 3B and 43. RGB value is (64,59,67). Sum of RGB (Red+Green+Blue) = 64+59+67=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 67 - color contains mainly: blue. Hex color #403B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B43 is #BFC4BC. Grayscale: #3D3D3D. Windows color (decimal): -12567741 or 4406080. OLE color: 4406080.
HSL color Cylindrical-coordinate representation of color #403B43: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #403B43 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 59 | 67 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.74 |
| HSL | 277.5º | 0.06% | 0.25% | - |
| HSV(B) | 277.5º | 0.12% | 0.26% | - |
| XYZ | 4.69 | 4.62 | 5.96 | - |
| YUV | 61.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 67 | 0.04 | 0.12 | 0 | 0.74 | 277.5 | 0.06 | 0.25 |
| Hex | 40 | 3B | 43 | 4 | C | 0 | 4A | 116 | 6 | 19 |
| Octal | 100 | 73 | 103 | 4 | 14 | 0 | 112 | 426 | 6 | 31 |
| Binary | 1000000 | 111011 | 1000011 | 100 | 1100 | 0 | 1001010 | 100010110 | 110 | 11001 |
Color Harmonies of #403B43
Complementary color
Monochromatic Colors of #403B43
Black with #403B43
Text Example
Text Example
White with #403B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B43; }
p { color: rgb(64,59,67); }
H1.HeaderClassName
{
color: #403B43;
}
.AnyTagClassName
{
color: #403B43;
}
</style>
background-color css
<style>
a { background-color: #403B43; }
a { background-color: rgb(64,59,67); }
div.DivClassName
{
background-color: #403B43;
}
.BgClassName
{
background-color: #403B43;
}
</style>
border-color css
<style>
span { border-color: #403B43; }
span { border-color: rgb(64,59,67); }
td.TdClassName
{
border-color: #403B43;
}
.TagClassName
{
border-color: #403B43;
}
</style>