Shades of Jagger #41354F
Tints of Jagger #41354F
RGB
CMYK
RGB Variations
Color information
#41354F (or 0x41354F) is known color: Jagger. HEX triplet: 41, 35 and 4F. RGB value is (65,53,79). Sum of RGB (Red+Green+Blue) = 65+53+79=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #41354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41354F is #BECAB0. Grayscale: #3B3B3B. Windows color (decimal): -12503729 or 5190977. OLE color: 5190977.
HSL color Cylindrical-coordinate representation of color #41354F: hue angle of 267.69º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #41354F is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 53 | 79 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.69 |
| HSL | 267.69º | 0.2% | 0.26% | - |
| HSV(B) | 267.69º | 0.33% | 0.31% | - |
| XYZ | 4.86 | 4.23 | 7.96 | - |
| YUV | 59.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 79 | 0.18 | 0.33 | 0 | 0.69 | 267.69 | 0.2 | 0.26 |
| Hex | 41 | 35 | 4F | 12 | 21 | 0 | 45 | 10C | 14 | 1A |
| Octal | 101 | 65 | 117 | 22 | 41 | 0 | 105 | 414 | 24 | 32 |
| Binary | 1000001 | 110101 | 1001111 | 10010 | 100001 | 0 | 1000101 | 100001100 | 10100 | 11010 |
Color Harmonies of #41354F
Complementary color
Monochromatic Colors of #41354F
Black with #41354F
Text Example
Text Example
White with #41354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41354F; }
p { color: rgb(65,53,79); }
H1.HeaderClassName
{
color: #41354F;
}
.AnyTagClassName
{
color: #41354F;
}
</style>
background-color css
<style>
a { background-color: #41354F; }
a { background-color: rgb(65,53,79); }
div.DivClassName
{
background-color: #41354F;
}
.BgClassName
{
background-color: #41354F;
}
</style>
border-color css
<style>
span { border-color: #41354F; }
span { border-color: rgb(65,53,79); }
td.TdClassName
{
border-color: #41354F;
}
.TagClassName
{
border-color: #41354F;
}
</style>