Shades of Jagger #42394B
Tints of Jagger #42394B
RGB
CMYK
RGB Variations
Color information
#42394B (or 0x42394B) is known color: Jagger. HEX triplet: 42, 39 and 4B. RGB value is (66,57,75). Sum of RGB (Red+Green+Blue) = 66+57+75=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #42394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42394B is #BDC6B4. Grayscale: #3D3D3D. Windows color (decimal): -12437173 or 4929858. OLE color: 4929858.
HSL color Cylindrical-coordinate representation of color #42394B: hue angle of 270º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #42394B is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 57 | 75 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.71 |
| HSL | 270º | 0.14% | 0.26% | - |
| HSV(B) | 270º | 0.24% | 0.29% | - |
| XYZ | 4.98 | 4.59 | 7.28 | - |
| YUV | 61.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 75 | 0.12 | 0.24 | 0 | 0.71 | 270 | 0.14 | 0.26 |
| Hex | 42 | 39 | 4B | C | 18 | 0 | 47 | 10E | E | 1A |
| Octal | 102 | 71 | 113 | 14 | 30 | 0 | 107 | 416 | 16 | 32 |
| Binary | 1000010 | 111001 | 1001011 | 1100 | 11000 | 0 | 1000111 | 100001110 | 1110 | 11010 |
Color Harmonies of #42394B
Complementary color
Monochromatic Colors of #42394B
Black with #42394B
Text Example
Text Example
White with #42394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42394B; }
p { color: rgb(66,57,75); }
H1.HeaderClassName
{
color: #42394B;
}
.AnyTagClassName
{
color: #42394B;
}
</style>
background-color css
<style>
a { background-color: #42394B; }
a { background-color: rgb(66,57,75); }
div.DivClassName
{
background-color: #42394B;
}
.BgClassName
{
background-color: #42394B;
}
</style>
border-color css
<style>
span { border-color: #42394B; }
span { border-color: rgb(66,57,75); }
td.TdClassName
{
border-color: #42394B;
}
.TagClassName
{
border-color: #42394B;
}
</style>