Shades of Jagger #443353
Tints of Jagger #443353
RGB
CMYK
RGB Variations
Color information
#443353 (or 0x443353) is known color: Jagger. HEX triplet: 44, 33 and 53. RGB value is (68,51,83). Sum of RGB (Red+Green+Blue) = 68+51+83=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #443353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443353 is #BBCCAC. Grayscale: #3B3B3B. Windows color (decimal): -12307629 or 5452612. OLE color: 5452612.
HSL color Cylindrical-coordinate representation of color #443353: hue angle of 271.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #443353 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 51 | 83 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.67 |
| HSL | 271.88º | 0.24% | 0.26% | - |
| HSV(B) | 271.88º | 0.39% | 0.33% | - |
| XYZ | 5.13 | 4.22 | 8.73 | - |
| YUV | 59.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 83 | 0.18 | 0.39 | 0 | 0.67 | 271.88 | 0.24 | 0.26 |
| Hex | 44 | 33 | 53 | 12 | 27 | 0 | 43 | 110 | 18 | 1A |
| Octal | 104 | 63 | 123 | 22 | 47 | 0 | 103 | 420 | 30 | 32 |
| Binary | 1000100 | 110011 | 1010011 | 10010 | 100111 | 0 | 1000011 | 100010000 | 11000 | 11010 |
Color Harmonies of #443353
Complementary color
Monochromatic Colors of #443353
Black with #443353
Text Example
Text Example
White with #443353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443353; }
p { color: rgb(68,51,83); }
H1.HeaderClassName
{
color: #443353;
}
.AnyTagClassName
{
color: #443353;
}
</style>
background-color css
<style>
a { background-color: #443353; }
a { background-color: rgb(68,51,83); }
div.DivClassName
{
background-color: #443353;
}
.BgClassName
{
background-color: #443353;
}
</style>
border-color css
<style>
span { border-color: #443353; }
span { border-color: rgb(68,51,83); }
td.TdClassName
{
border-color: #443353;
}
.TagClassName
{
border-color: #443353;
}
</style>