Shades of Jagger #443251
Tints of Jagger #443251
RGB
CMYK
RGB Variations
Color information
#443251 (or 0x443251) is known color: Jagger. HEX triplet: 44, 32 and 51. RGB value is (68,50,81). Sum of RGB (Red+Green+Blue) = 68+50+81=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #443251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443251 is #BBCDAE. Grayscale: #3A3A3A. Windows color (decimal): -12307887 or 5321284. OLE color: 5321284.
HSL color Cylindrical-coordinate representation of color #443251: hue angle of 274.84º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #443251 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 50 | 81 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.68 |
| HSL | 274.84º | 0.24% | 0.26% | - |
| HSV(B) | 274.84º | 0.38% | 0.32% | - |
| XYZ | 5.01 | 4.1 | 8.31 | - |
| YUV | 58.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 81 | 0.16 | 0.38 | 0 | 0.68 | 274.84 | 0.24 | 0.26 |
| Hex | 44 | 32 | 51 | 10 | 26 | 0 | 44 | 113 | 18 | 1A |
| Octal | 104 | 62 | 121 | 20 | 46 | 0 | 104 | 423 | 30 | 32 |
| Binary | 1000100 | 110010 | 1010001 | 10000 | 100110 | 0 | 1000100 | 100010011 | 11000 | 11010 |
Color Harmonies of #443251
Complementary color
Monochromatic Colors of #443251
Black with #443251
Text Example
Text Example
White with #443251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443251; }
p { color: rgb(68,50,81); }
H1.HeaderClassName
{
color: #443251;
}
.AnyTagClassName
{
color: #443251;
}
</style>
background-color css
<style>
a { background-color: #443251; }
a { background-color: rgb(68,50,81); }
div.DivClassName
{
background-color: #443251;
}
.BgClassName
{
background-color: #443251;
}
</style>
border-color css
<style>
span { border-color: #443251; }
span { border-color: rgb(68,50,81); }
td.TdClassName
{
border-color: #443251;
}
.TagClassName
{
border-color: #443251;
}
</style>