Shades of Jagger #41334B
Tints of Jagger #41334B
RGB
CMYK
RGB Variations
Color information
#41334B (or 0x41334B) is known color: Jagger. HEX triplet: 41, 33 and 4B. RGB value is (65,51,75). Sum of RGB (Red+Green+Blue) = 65+51+75=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #41334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41334B is #BECCB4. Grayscale: #393939. Windows color (decimal): -12504245 or 4928321. OLE color: 4928321.
HSL color Cylindrical-coordinate representation of color #41334B: hue angle of 275º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41334B is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 51 | 75 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.71 |
| HSL | 275º | 0.19% | 0.25% | - |
| HSV(B) | 275º | 0.32% | 0.29% | - |
| XYZ | 4.63 | 4 | 7.18 | - |
| YUV | 57.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 75 | 0.13 | 0.32 | 0 | 0.71 | 275 | 0.19 | 0.25 |
| Hex | 41 | 33 | 4B | D | 20 | 0 | 47 | 113 | 13 | 19 |
| Octal | 101 | 63 | 113 | 15 | 40 | 0 | 107 | 423 | 23 | 31 |
| Binary | 1000001 | 110011 | 1001011 | 1101 | 100000 | 0 | 1000111 | 100010011 | 10011 | 11001 |
Color Harmonies of #41334B
Complementary color
Monochromatic Colors of #41334B
Black with #41334B
Text Example
Text Example
White with #41334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41334B; }
p { color: rgb(65,51,75); }
H1.HeaderClassName
{
color: #41334B;
}
.AnyTagClassName
{
color: #41334B;
}
</style>
background-color css
<style>
a { background-color: #41334B; }
a { background-color: rgb(65,51,75); }
div.DivClassName
{
background-color: #41334B;
}
.BgClassName
{
background-color: #41334B;
}
</style>
border-color css
<style>
span { border-color: #41334B; }
span { border-color: rgb(65,51,75); }
td.TdClassName
{
border-color: #41334B;
}
.TagClassName
{
border-color: #41334B;
}
</style>