Shades of Jagger #42384D
Tints of Jagger #42384D
RGB
CMYK
RGB Variations
Color information
#42384D (or 0x42384D) is known color: Jagger. HEX triplet: 42, 38 and 4D. RGB value is (66,56,77). Sum of RGB (Red+Green+Blue) = 66+56+77=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #42384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42384D is #BDC7B2. Grayscale: #3D3D3D. Windows color (decimal): -12437427 or 5060674. OLE color: 5060674.
HSL color Cylindrical-coordinate representation of color #42384D: hue angle of 268.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42384D is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 56 | 77 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.70 |
| HSL | 268.57º | 0.16% | 0.26% | - |
| HSV(B) | 268.57º | 0.27% | 0.3% | - |
| XYZ | 5 | 4.52 | 7.63 | - |
| YUV | 61.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 77 | 0.14 | 0.27 | 0 | 0.70 | 268.57 | 0.16 | 0.26 |
| Hex | 42 | 38 | 4D | E | 1B | 0 | 46 | 10D | 10 | 1A |
| Octal | 102 | 70 | 115 | 16 | 33 | 0 | 106 | 415 | 20 | 32 |
| Binary | 1000010 | 111000 | 1001101 | 1110 | 11011 | 0 | 1000110 | 100001101 | 10000 | 11010 |
Color Harmonies of #42384D
Complementary color
Monochromatic Colors of #42384D
Black with #42384D
Text Example
Text Example
White with #42384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42384D; }
p { color: rgb(66,56,77); }
H1.HeaderClassName
{
color: #42384D;
}
.AnyTagClassName
{
color: #42384D;
}
</style>
background-color css
<style>
a { background-color: #42384D; }
a { background-color: rgb(66,56,77); }
div.DivClassName
{
background-color: #42384D;
}
.BgClassName
{
background-color: #42384D;
}
</style>
border-color css
<style>
span { border-color: #42384D; }
span { border-color: rgb(66,56,77); }
td.TdClassName
{
border-color: #42384D;
}
.TagClassName
{
border-color: #42384D;
}
</style>