Shades of Jagger #403D43
Tints of Jagger #403D43
RGB
CMYK
RGB Variations
Color information
#403D43 (or 0x403D43) is known color: Jagger. HEX triplet: 40, 3D and 43. RGB value is (64,61,67). Sum of RGB (Red+Green+Blue) = 64+61+67=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 67 - color contains mainly: blue. Hex color #403D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D43 is #BFC2BC. Grayscale: #3E3E3E. Windows color (decimal): -12567229 or 4406592. OLE color: 4406592.
HSL color Cylindrical-coordinate representation of color #403D43: hue angle of 270º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #403D43 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 61 | 67 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.74 |
| HSL | 270º | 0.05% | 0.25% | - |
| HSV(B) | 270º | 0.09% | 0.26% | - |
| XYZ | 4.8 | 4.83 | 5.99 | - |
| YUV | 62.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 67 | 0.04 | 0.09 | 0 | 0.74 | 270 | 0.05 | 0.25 |
| Hex | 40 | 3D | 43 | 4 | 9 | 0 | 4A | 10E | 5 | 19 |
| Octal | 100 | 75 | 103 | 4 | 11 | 0 | 112 | 416 | 5 | 31 |
| Binary | 1000000 | 111101 | 1000011 | 100 | 1001 | 0 | 1001010 | 100001110 | 101 | 11001 |
Color Harmonies of #403D43
Complementary color
Monochromatic Colors of #403D43
Black with #403D43
Text Example
Text Example
White with #403D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D43; }
p { color: rgb(64,61,67); }
H1.HeaderClassName
{
color: #403D43;
}
.AnyTagClassName
{
color: #403D43;
}
</style>
background-color css
<style>
a { background-color: #403D43; }
a { background-color: rgb(64,61,67); }
div.DivClassName
{
background-color: #403D43;
}
.BgClassName
{
background-color: #403D43;
}
</style>
border-color css
<style>
span { border-color: #403D43; }
span { border-color: rgb(64,61,67); }
td.TdClassName
{
border-color: #403D43;
}
.TagClassName
{
border-color: #403D43;
}
</style>