Shades of Jagger #42324A
Tints of Jagger #42324A
RGB
CMYK
RGB Variations
Color information
#42324A (or 0x42324A) is known color: Jagger. HEX triplet: 42, 32 and 4A. RGB value is (66,50,74). Sum of RGB (Red+Green+Blue) = 66+50+74=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 74 - color contains mainly: blue. Hex color #42324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42324A is #BDCDB5. Grayscale: #393939. Windows color (decimal): -12438966 or 4862530. OLE color: 4862530.
HSL color Cylindrical-coordinate representation of color #42324A: hue angle of 280º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42324A is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 50 | 74 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.71 |
| HSL | 280º | 0.19% | 0.24% | - |
| HSV(B) | 280º | 0.32% | 0.29% | - |
| XYZ | 4.62 | 3.93 | 6.99 | - |
| YUV | 57.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 74 | 0.11 | 0.32 | 0 | 0.71 | 280 | 0.19 | 0.24 |
| Hex | 42 | 32 | 4A | B | 20 | 0 | 47 | 118 | 13 | 18 |
| Octal | 102 | 62 | 112 | 13 | 40 | 0 | 107 | 430 | 23 | 30 |
| Binary | 1000010 | 110010 | 1001010 | 1011 | 100000 | 0 | 1000111 | 100011000 | 10011 | 11000 |
Color Harmonies of #42324A
Complementary color
Monochromatic Colors of #42324A
Black with #42324A
Text Example
Text Example
White with #42324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42324A; }
p { color: rgb(66,50,74); }
H1.HeaderClassName
{
color: #42324A;
}
.AnyTagClassName
{
color: #42324A;
}
</style>
background-color css
<style>
a { background-color: #42324A; }
a { background-color: rgb(66,50,74); }
div.DivClassName
{
background-color: #42324A;
}
.BgClassName
{
background-color: #42324A;
}
</style>
border-color css
<style>
span { border-color: #42324A; }
span { border-color: rgb(66,50,74); }
td.TdClassName
{
border-color: #42324A;
}
.TagClassName
{
border-color: #42324A;
}
</style>