Shades of Jagger #382249
Tints of Jagger #382249
RGB
CMYK
RGB Variations
Color information
#382249 (or 0x382249) is known color: Jagger. HEX triplet: 38, 22 and 49. RGB value is (56,34,73). Sum of RGB (Red+Green+Blue) = 56+34+73=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #382249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382249 is #C7DDB6. Grayscale: #2C2C2C. Windows color (decimal): -13098423 or 4792888. OLE color: 4792888.
HSL color Cylindrical-coordinate representation of color #382249: hue angle of 273.85º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #382249 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 34 | 73 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.71 |
| HSL | 273.85º | 0.36% | 0.21% | - |
| HSV(B) | 273.85º | 0.53% | 0.29% | - |
| XYZ | 3.41 | 2.47 | 6.6 | - |
| YUV | 45.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 73 | 0.23 | 0.53 | 0 | 0.71 | 273.85 | 0.36 | 0.21 |
| Hex | 38 | 22 | 49 | 17 | 35 | 0 | 47 | 112 | 24 | 15 |
| Octal | 70 | 42 | 111 | 27 | 65 | 0 | 107 | 422 | 44 | 25 |
| Binary | 111000 | 100010 | 1001001 | 10111 | 110101 | 0 | 1000111 | 100010010 | 100100 | 10101 |
Color Harmonies of #382249
Complementary color
Monochromatic Colors of #382249
Black with #382249
Text Example
Text Example
White with #382249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382249; }
p { color: rgb(56,34,73); }
H1.HeaderClassName
{
color: #382249;
}
.AnyTagClassName
{
color: #382249;
}
</style>
background-color css
<style>
a { background-color: #382249; }
a { background-color: rgb(56,34,73); }
div.DivClassName
{
background-color: #382249;
}
.BgClassName
{
background-color: #382249;
}
</style>
border-color css
<style>
span { border-color: #382249; }
span { border-color: rgb(56,34,73); }
td.TdClassName
{
border-color: #382249;
}
.TagClassName
{
border-color: #382249;
}
</style>