Shades of Jagger #41364B
Tints of Jagger #41364B
RGB
CMYK
RGB Variations
Color information
#41364B (or 0x41364B) is known color: Jagger. HEX triplet: 41, 36 and 4B. RGB value is (65,54,75). Sum of RGB (Red+Green+Blue) = 65+54+75=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #41364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41364B is #BEC9B4. Grayscale: #3B3B3B. Windows color (decimal): -12503477 or 4929089. OLE color: 4929089.
HSL color Cylindrical-coordinate representation of color #41364B: hue angle of 271.43º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41364B is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 54 | 75 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.71 |
| HSL | 271.43º | 0.16% | 0.25% | - |
| HSV(B) | 271.43º | 0.28% | 0.29% | - |
| XYZ | 4.77 | 4.27 | 7.23 | - |
| YUV | 59.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 75 | 0.13 | 0.28 | 0 | 0.71 | 271.43 | 0.16 | 0.25 |
| Hex | 41 | 36 | 4B | D | 1C | 0 | 47 | 10F | 10 | 19 |
| Octal | 101 | 66 | 113 | 15 | 34 | 0 | 107 | 417 | 20 | 31 |
| Binary | 1000001 | 110110 | 1001011 | 1101 | 11100 | 0 | 1000111 | 100001111 | 10000 | 11001 |
Color Harmonies of #41364B
Complementary color
Monochromatic Colors of #41364B
Black with #41364B
Text Example
Text Example
White with #41364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41364B; }
p { color: rgb(65,54,75); }
H1.HeaderClassName
{
color: #41364B;
}
.AnyTagClassName
{
color: #41364B;
}
</style>
background-color css
<style>
a { background-color: #41364B; }
a { background-color: rgb(65,54,75); }
div.DivClassName
{
background-color: #41364B;
}
.BgClassName
{
background-color: #41364B;
}
</style>
border-color css
<style>
span { border-color: #41364B; }
span { border-color: rgb(65,54,75); }
td.TdClassName
{
border-color: #41364B;
}
.TagClassName
{
border-color: #41364B;
}
</style>