Shades of Jagger #41374A
Tints of Jagger #41374A
RGB
CMYK
RGB Variations
Color information
#41374A (or 0x41374A) is known color: Jagger. HEX triplet: 41, 37 and 4A. RGB value is (65,55,74). Sum of RGB (Red+Green+Blue) = 65+55+74=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 74 - color contains mainly: blue. Hex color #41374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41374A is #BEC8B5. Grayscale: #3C3C3C. Windows color (decimal): -12503222 or 4863809. OLE color: 4863809.
HSL color Cylindrical-coordinate representation of color #41374A: hue angle of 271.58º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #41374A is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 55 | 74 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.71 |
| HSL | 271.58º | 0.15% | 0.25% | - |
| HSV(B) | 271.58º | 0.26% | 0.29% | - |
| XYZ | 4.78 | 4.35 | 7.07 | - |
| YUV | 60.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 74 | 0.12 | 0.26 | 0 | 0.71 | 271.58 | 0.15 | 0.25 |
| Hex | 41 | 37 | 4A | C | 1A | 0 | 47 | 110 | F | 19 |
| Octal | 101 | 67 | 112 | 14 | 32 | 0 | 107 | 420 | 17 | 31 |
| Binary | 1000001 | 110111 | 1001010 | 1100 | 11010 | 0 | 1000111 | 100010000 | 1111 | 11001 |
Color Harmonies of #41374A
Complementary color
Monochromatic Colors of #41374A
Black with #41374A
Text Example
Text Example
White with #41374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41374A; }
p { color: rgb(65,55,74); }
H1.HeaderClassName
{
color: #41374A;
}
.AnyTagClassName
{
color: #41374A;
}
</style>
background-color css
<style>
a { background-color: #41374A; }
a { background-color: rgb(65,55,74); }
div.DivClassName
{
background-color: #41374A;
}
.BgClassName
{
background-color: #41374A;
}
</style>
border-color css
<style>
span { border-color: #41374A; }
span { border-color: rgb(65,55,74); }
td.TdClassName
{
border-color: #41374A;
}
.TagClassName
{
border-color: #41374A;
}
</style>