Shades of Jagger #443250
Tints of Jagger #443250
RGB
CMYK
RGB Variations
Color information
#443250 (or 0x443250) is known color: Jagger. HEX triplet: 44, 32 and 50. RGB value is (68,50,80). Sum of RGB (Red+Green+Blue) = 68+50+80=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #443250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443250 is #BBCDAF. Grayscale: #3A3A3A. Windows color (decimal): -12307888 or 5255748. OLE color: 5255748.
HSL color Cylindrical-coordinate representation of color #443250: hue angle of 276º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #443250 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 50 | 80 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.69 |
| HSL | 276º | 0.23% | 0.25% | - |
| HSV(B) | 276º | 0.38% | 0.31% | - |
| XYZ | 4.97 | 4.09 | 8.12 | - |
| YUV | 58.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 80 | 0.15 | 0.37 | 0 | 0.69 | 276 | 0.23 | 0.25 |
| Hex | 44 | 32 | 50 | F | 25 | 0 | 45 | 114 | 17 | 19 |
| Octal | 104 | 62 | 120 | 17 | 45 | 0 | 105 | 424 | 27 | 31 |
| Binary | 1000100 | 110010 | 1010000 | 1111 | 100101 | 0 | 1000101 | 100010100 | 10111 | 11001 |
Color Harmonies of #443250
Complementary color
Monochromatic Colors of #443250
Black with #443250
Text Example
Text Example
White with #443250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443250; }
p { color: rgb(68,50,80); }
H1.HeaderClassName
{
color: #443250;
}
.AnyTagClassName
{
color: #443250;
}
</style>
background-color css
<style>
a { background-color: #443250; }
a { background-color: rgb(68,50,80); }
div.DivClassName
{
background-color: #443250;
}
.BgClassName
{
background-color: #443250;
}
</style>
border-color css
<style>
span { border-color: #443250; }
span { border-color: rgb(68,50,80); }
td.TdClassName
{
border-color: #443250;
}
.TagClassName
{
border-color: #443250;
}
</style>