Shades of Jagger #41354C
Tints of Jagger #41354C
RGB
CMYK
RGB Variations
Color information
#41354C (or 0x41354C) is known color: Jagger. HEX triplet: 41, 35 and 4C. RGB value is (65,53,76). Sum of RGB (Red+Green+Blue) = 65+53+76=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 76 - color contains mainly: blue. Hex color #41354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41354C is #BECAB3. Grayscale: #3B3B3B. Windows color (decimal): -12503732 or 4994369. OLE color: 4994369.
HSL color Cylindrical-coordinate representation of color #41354C: hue angle of 271.3º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41354C is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 53 | 76 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.70 |
| HSL | 271.3º | 0.18% | 0.25% | - |
| HSV(B) | 271.3º | 0.3% | 0.3% | - |
| XYZ | 4.76 | 4.19 | 7.4 | - |
| YUV | 59.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 76 | 0.14 | 0.30 | 0 | 0.70 | 271.3 | 0.18 | 0.25 |
| Hex | 41 | 35 | 4C | E | 1E | 0 | 46 | 10F | 12 | 19 |
| Octal | 101 | 65 | 114 | 16 | 36 | 0 | 106 | 417 | 22 | 31 |
| Binary | 1000001 | 110101 | 1001100 | 1110 | 11110 | 0 | 1000110 | 100001111 | 10010 | 11001 |
Color Harmonies of #41354C
Complementary color
Monochromatic Colors of #41354C
Black with #41354C
Text Example
Text Example
White with #41354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41354C; }
p { color: rgb(65,53,76); }
H1.HeaderClassName
{
color: #41354C;
}
.AnyTagClassName
{
color: #41354C;
}
</style>
background-color css
<style>
a { background-color: #41354C; }
a { background-color: rgb(65,53,76); }
div.DivClassName
{
background-color: #41354C;
}
.BgClassName
{
background-color: #41354C;
}
</style>
border-color css
<style>
span { border-color: #41354C; }
span { border-color: rgb(65,53,76); }
td.TdClassName
{
border-color: #41354C;
}
.TagClassName
{
border-color: #41354C;
}
</style>