Shades of Jagger #3B3344
Tints of Jagger #3B3344
RGB
CMYK
RGB Variations
Color information
#3B3344 (or 0x3B3344) is known color: Jagger. HEX triplet: 3B, 33 and 44. RGB value is (59,51,68). Sum of RGB (Red+Green+Blue) = 59+51+68=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B3344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3344 is #C4CCBB. Grayscale: #373737. Windows color (decimal): -12897468 or 4469563. OLE color: 4469563.
HSL color Cylindrical-coordinate representation of color #3B3344: hue angle of 268.24º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B3344 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 51 | 68 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.73 |
| HSL | 268.24º | 0.14% | 0.23% | - |
| HSV(B) | 268.24º | 0.25% | 0.27% | - |
| XYZ | 4.03 | 3.71 | 5.97 | - |
| YUV | 55.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 68 | 0.13 | 0.25 | 0 | 0.73 | 268.24 | 0.14 | 0.23 |
| Hex | 3B | 33 | 44 | D | 19 | 0 | 49 | 10C | E | 17 |
| Octal | 73 | 63 | 104 | 15 | 31 | 0 | 111 | 414 | 16 | 27 |
| Binary | 111011 | 110011 | 1000100 | 1101 | 11001 | 0 | 1001001 | 100001100 | 1110 | 10111 |
Color Harmonies of #3B3344
Complementary color
Monochromatic Colors of #3B3344
Black with #3B3344
Text Example
Text Example
White with #3B3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3344; }
p { color: rgb(59,51,68); }
H1.HeaderClassName
{
color: #3B3344;
}
.AnyTagClassName
{
color: #3B3344;
}
</style>
background-color css
<style>
a { background-color: #3B3344; }
a { background-color: rgb(59,51,68); }
div.DivClassName
{
background-color: #3B3344;
}
.BgClassName
{
background-color: #3B3344;
}
</style>
border-color css
<style>
span { border-color: #3B3344; }
span { border-color: rgb(59,51,68); }
td.TdClassName
{
border-color: #3B3344;
}
.TagClassName
{
border-color: #3B3344;
}
</style>