Shades of Jagger #41374D
Tints of Jagger #41374D
RGB
CMYK
RGB Variations
Color information
#41374D (or 0x41374D) is known color: Jagger. HEX triplet: 41, 37 and 4D. RGB value is (65,55,77). Sum of RGB (Red+Green+Blue) = 65+55+77=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #41374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41374D is #BEC8B2. Grayscale: #3C3C3C. Windows color (decimal): -12503219 or 5060417. OLE color: 5060417.
HSL color Cylindrical-coordinate representation of color #41374D: hue angle of 267.27º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41374D is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 55 | 77 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.70 |
| HSL | 267.27º | 0.17% | 0.26% | - |
| HSV(B) | 267.27º | 0.29% | 0.3% | - |
| XYZ | 4.89 | 4.39 | 7.61 | - |
| YUV | 60.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 55 | 77 | 0.16 | 0.29 | 0 | 0.70 | 267.27 | 0.17 | 0.26 |
| Hex | 41 | 37 | 4D | 10 | 1D | 0 | 46 | 10B | 11 | 1A |
| Octal | 101 | 67 | 115 | 20 | 35 | 0 | 106 | 413 | 21 | 32 |
| Binary | 1000001 | 110111 | 1001101 | 10000 | 11101 | 0 | 1000110 | 100001011 | 10001 | 11010 |
Color Harmonies of #41374D
Complementary color
Monochromatic Colors of #41374D
Black with #41374D
Text Example
Text Example
White with #41374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41374D; }
p { color: rgb(65,55,77); }
H1.HeaderClassName
{
color: #41374D;
}
.AnyTagClassName
{
color: #41374D;
}
</style>
background-color css
<style>
a { background-color: #41374D; }
a { background-color: rgb(65,55,77); }
div.DivClassName
{
background-color: #41374D;
}
.BgClassName
{
background-color: #41374D;
}
</style>
border-color css
<style>
span { border-color: #41374D; }
span { border-color: rgb(65,55,77); }
td.TdClassName
{
border-color: #41374D;
}
.TagClassName
{
border-color: #41374D;
}
</style>