Shades of Jagger #443B48
Tints of Jagger #443B48
RGB
CMYK
RGB Variations
Color information
#443B48 (or 0x443B48) is known color: Jagger. HEX triplet: 44, 3B and 48. RGB value is (68,59,72). Sum of RGB (Red+Green+Blue) = 68+59+72=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: blue. Hex color #443B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443B48 is #BBC4B7. Grayscale: #3F3F3F. Windows color (decimal): -12305592 or 4733764. OLE color: 4733764.
HSL color Cylindrical-coordinate representation of color #443B48: hue angle of 281.54º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #443B48 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 59 | 72 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.72 |
| HSL | 281.54º | 0.1% | 0.26% | - |
| HSV(B) | 281.54º | 0.18% | 0.28% | - |
| XYZ | 5.12 | 4.82 | 6.79 | - |
| YUV | 63.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 72 | 0.06 | 0.18 | 0 | 0.72 | 281.54 | 0.1 | 0.26 |
| Hex | 44 | 3B | 48 | 6 | 12 | 0 | 48 | 11A | A | 1A |
| Octal | 104 | 73 | 110 | 6 | 22 | 0 | 110 | 432 | 12 | 32 |
| Binary | 1000100 | 111011 | 1001000 | 110 | 10010 | 0 | 1001000 | 100011010 | 1010 | 11010 |
Color Harmonies of #443B48
Complementary color
Monochromatic Colors of #443B48
Black with #443B48
Text Example
Text Example
White with #443B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443B48; }
p { color: rgb(68,59,72); }
H1.HeaderClassName
{
color: #443B48;
}
.AnyTagClassName
{
color: #443B48;
}
</style>
background-color css
<style>
a { background-color: #443B48; }
a { background-color: rgb(68,59,72); }
div.DivClassName
{
background-color: #443B48;
}
.BgClassName
{
background-color: #443B48;
}
</style>
border-color css
<style>
span { border-color: #443B48; }
span { border-color: rgb(68,59,72); }
td.TdClassName
{
border-color: #443B48;
}
.TagClassName
{
border-color: #443B48;
}
</style>