Shades of Jagger #382251
Tints of Jagger #382251
RGB
CMYK
RGB Variations
Color information
#382251 (or 0x382251) is known color: Jagger. HEX triplet: 38, 22 and 51. RGB value is (56,34,81). Sum of RGB (Red+Green+Blue) = 56+34+81=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #382251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382251 is #C7DDAE. Grayscale: #2D2D2D. Windows color (decimal): -13098415 or 5317176. OLE color: 5317176.
HSL color Cylindrical-coordinate representation of color #382251: hue angle of 268.09º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #382251 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 34 | 81 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.68 |
| HSL | 268.09º | 0.41% | 0.23% | - |
| HSV(B) | 268.09º | 0.58% | 0.32% | - |
| XYZ | 3.69 | 2.58 | 8.09 | - |
| YUV | 45.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 81 | 0.31 | 0.58 | 0 | 0.68 | 268.09 | 0.41 | 0.23 |
| Hex | 38 | 22 | 51 | 1F | 3A | 0 | 44 | 10C | 29 | 17 |
| Octal | 70 | 42 | 121 | 37 | 72 | 0 | 104 | 414 | 51 | 27 |
| Binary | 111000 | 100010 | 1010001 | 11111 | 111010 | 0 | 1000100 | 100001100 | 101001 | 10111 |
Color Harmonies of #382251
Complementary color
Monochromatic Colors of #382251
Black with #382251
Text Example
Text Example
White with #382251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382251; }
p { color: rgb(56,34,81); }
H1.HeaderClassName
{
color: #382251;
}
.AnyTagClassName
{
color: #382251;
}
</style>
background-color css
<style>
a { background-color: #382251; }
a { background-color: rgb(56,34,81); }
div.DivClassName
{
background-color: #382251;
}
.BgClassName
{
background-color: #382251;
}
</style>
border-color css
<style>
span { border-color: #382251; }
span { border-color: rgb(56,34,81); }
td.TdClassName
{
border-color: #382251;
}
.TagClassName
{
border-color: #382251;
}
</style>