Shades of Jagger #42334B
Tints of Jagger #42334B
RGB
CMYK
RGB Variations
Color information
#42334B (or 0x42334B) is known color: Jagger. HEX triplet: 42, 33 and 4B. RGB value is (66,51,75). Sum of RGB (Red+Green+Blue) = 66+51+75=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #42334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42334B is #BDCCB4. Grayscale: #3A3A3A. Windows color (decimal): -12438709 or 4928322. OLE color: 4928322.
HSL color Cylindrical-coordinate representation of color #42334B: hue angle of 277.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42334B is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 51 | 75 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.71 |
| HSL | 277.5º | 0.19% | 0.25% | - |
| HSV(B) | 277.5º | 0.32% | 0.29% | - |
| XYZ | 4.7 | 4.03 | 7.19 | - |
| YUV | 58.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 75 | 0.12 | 0.32 | 0 | 0.71 | 277.5 | 0.19 | 0.25 |
| Hex | 42 | 33 | 4B | C | 20 | 0 | 47 | 116 | 13 | 19 |
| Octal | 102 | 63 | 113 | 14 | 40 | 0 | 107 | 426 | 23 | 31 |
| Binary | 1000010 | 110011 | 1001011 | 1100 | 100000 | 0 | 1000111 | 100010110 | 10011 | 11001 |
Color Harmonies of #42334B
Complementary color
Monochromatic Colors of #42334B
Black with #42334B
Text Example
Text Example
White with #42334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42334B; }
p { color: rgb(66,51,75); }
H1.HeaderClassName
{
color: #42334B;
}
.AnyTagClassName
{
color: #42334B;
}
</style>
background-color css
<style>
a { background-color: #42334B; }
a { background-color: rgb(66,51,75); }
div.DivClassName
{
background-color: #42334B;
}
.BgClassName
{
background-color: #42334B;
}
</style>
border-color css
<style>
span { border-color: #42334B; }
span { border-color: rgb(66,51,75); }
td.TdClassName
{
border-color: #42334B;
}
.TagClassName
{
border-color: #42334B;
}
</style>