Shades of Jagger #382250
Tints of Jagger #382250
RGB
CMYK
RGB Variations
Color information
#382250 (or 0x382250) is known color: Jagger. HEX triplet: 38, 22 and 50. RGB value is (56,34,80). Sum of RGB (Red+Green+Blue) = 56+34+80=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #382250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382250 is #C7DDAF. Grayscale: #2D2D2D. Windows color (decimal): -13098416 or 5251640. OLE color: 5251640.
HSL color Cylindrical-coordinate representation of color #382250: hue angle of 268.7º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382250 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 34 | 80 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.69 |
| HSL | 268.7º | 0.4% | 0.22% | - |
| HSV(B) | 268.7º | 0.58% | 0.31% | - |
| XYZ | 3.65 | 2.56 | 7.89 | - |
| YUV | 45.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 80 | 0.30 | 0.58 | 0 | 0.69 | 268.7 | 0.4 | 0.22 |
| Hex | 38 | 22 | 50 | 1E | 3A | 0 | 45 | 10D | 28 | 16 |
| Octal | 70 | 42 | 120 | 36 | 72 | 0 | 105 | 415 | 50 | 26 |
| Binary | 111000 | 100010 | 1010000 | 11110 | 111010 | 0 | 1000101 | 100001101 | 101000 | 10110 |
Color Harmonies of #382250
Complementary color
Monochromatic Colors of #382250
Black with #382250
Text Example
Text Example
White with #382250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382250; }
p { color: rgb(56,34,80); }
H1.HeaderClassName
{
color: #382250;
}
.AnyTagClassName
{
color: #382250;
}
</style>
background-color css
<style>
a { background-color: #382250; }
a { background-color: rgb(56,34,80); }
div.DivClassName
{
background-color: #382250;
}
.BgClassName
{
background-color: #382250;
}
</style>
border-color css
<style>
span { border-color: #382250; }
span { border-color: rgb(56,34,80); }
td.TdClassName
{
border-color: #382250;
}
.TagClassName
{
border-color: #382250;
}
</style>