Shades of Jagger #42324B
Tints of Jagger #42324B
RGB
CMYK
RGB Variations
Color information
#42324B (or 0x42324B) is known color: Jagger. HEX triplet: 42, 32 and 4B. RGB value is (66,50,75). Sum of RGB (Red+Green+Blue) = 66+50+75=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #42324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42324B is #BDCDB4. Grayscale: #393939. Windows color (decimal): -12438965 or 4928066. OLE color: 4928066.
HSL color Cylindrical-coordinate representation of color #42324B: hue angle of 278.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42324B is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 50 | 75 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.71 |
| HSL | 278.4º | 0.2% | 0.25% | - |
| HSV(B) | 278.4º | 0.33% | 0.29% | - |
| XYZ | 4.66 | 3.95 | 7.17 | - |
| YUV | 57.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 75 | 0.12 | 0.33 | 0 | 0.71 | 278.4 | 0.2 | 0.25 |
| Hex | 42 | 32 | 4B | C | 21 | 0 | 47 | 116 | 14 | 19 |
| Octal | 102 | 62 | 113 | 14 | 41 | 0 | 107 | 426 | 24 | 31 |
| Binary | 1000010 | 110010 | 1001011 | 1100 | 100001 | 0 | 1000111 | 100010110 | 10100 | 11001 |
Color Harmonies of #42324B
Complementary color
Monochromatic Colors of #42324B
Black with #42324B
Text Example
Text Example
White with #42324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42324B; }
p { color: rgb(66,50,75); }
H1.HeaderClassName
{
color: #42324B;
}
.AnyTagClassName
{
color: #42324B;
}
</style>
background-color css
<style>
a { background-color: #42324B; }
a { background-color: rgb(66,50,75); }
div.DivClassName
{
background-color: #42324B;
}
.BgClassName
{
background-color: #42324B;
}
</style>
border-color css
<style>
span { border-color: #42324B; }
span { border-color: rgb(66,50,75); }
td.TdClassName
{
border-color: #42324B;
}
.TagClassName
{
border-color: #42324B;
}
</style>