Shades of Jagger #41354B
Tints of Jagger #41354B
RGB
CMYK
RGB Variations
Color information
#41354B (or 0x41354B) is known color: Jagger. HEX triplet: 41, 35 and 4B. RGB value is (65,53,75). Sum of RGB (Red+Green+Blue) = 65+53+75=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #41354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41354B is #BECAB4. Grayscale: #3B3B3B. Windows color (decimal): -12503733 or 4928833. OLE color: 4928833.
HSL color Cylindrical-coordinate representation of color #41354B: hue angle of 272.73º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41354B is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 53 | 75 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.71 |
| HSL | 272.73º | 0.17% | 0.25% | - |
| HSV(B) | 272.73º | 0.29% | 0.29% | - |
| XYZ | 4.72 | 4.18 | 7.21 | - |
| YUV | 59.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 75 | 0.13 | 0.29 | 0 | 0.71 | 272.73 | 0.17 | 0.25 |
| Hex | 41 | 35 | 4B | D | 1D | 0 | 47 | 111 | 11 | 19 |
| Octal | 101 | 65 | 113 | 15 | 35 | 0 | 107 | 421 | 21 | 31 |
| Binary | 1000001 | 110101 | 1001011 | 1101 | 11101 | 0 | 1000111 | 100010001 | 10001 | 11001 |
Color Harmonies of #41354B
Complementary color
Monochromatic Colors of #41354B
Black with #41354B
Text Example
Text Example
White with #41354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41354B; }
p { color: rgb(65,53,75); }
H1.HeaderClassName
{
color: #41354B;
}
.AnyTagClassName
{
color: #41354B;
}
</style>
background-color css
<style>
a { background-color: #41354B; }
a { background-color: rgb(65,53,75); }
div.DivClassName
{
background-color: #41354B;
}
.BgClassName
{
background-color: #41354B;
}
</style>
border-color css
<style>
span { border-color: #41354B; }
span { border-color: rgb(65,53,75); }
td.TdClassName
{
border-color: #41354B;
}
.TagClassName
{
border-color: #41354B;
}
</style>