Shades of Jagger #38214D
Tints of Jagger #38214D
RGB
CMYK
RGB Variations
Color information
#38214D (or 0x38214D) is known color: Jagger. HEX triplet: 38, 21 and 4D. RGB value is (56,33,77). Sum of RGB (Red+Green+Blue) = 56+33+77=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #38214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38214D is #C7DEB2. Grayscale: #2C2C2C. Windows color (decimal): -13098675 or 5054776. OLE color: 5054776.
HSL color Cylindrical-coordinate representation of color #38214D: hue angle of 271.36º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38214D is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 33 | 77 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.70 |
| HSL | 271.36º | 0.4% | 0.22% | - |
| HSV(B) | 271.36º | 0.57% | 0.3% | - |
| XYZ | 3.51 | 2.46 | 7.31 | - |
| YUV | 44.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 77 | 0.27 | 0.57 | 0 | 0.70 | 271.36 | 0.4 | 0.22 |
| Hex | 38 | 21 | 4D | 1B | 39 | 0 | 46 | 10F | 28 | 16 |
| Octal | 70 | 41 | 115 | 33 | 71 | 0 | 106 | 417 | 50 | 26 |
| Binary | 111000 | 100001 | 1001101 | 11011 | 111001 | 0 | 1000110 | 100001111 | 101000 | 10110 |
Color Harmonies of #38214D
Complementary color
Monochromatic Colors of #38214D
Black with #38214D
Text Example
Text Example
White with #38214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38214D; }
p { color: rgb(56,33,77); }
H1.HeaderClassName
{
color: #38214D;
}
.AnyTagClassName
{
color: #38214D;
}
</style>
background-color css
<style>
a { background-color: #38214D; }
a { background-color: rgb(56,33,77); }
div.DivClassName
{
background-color: #38214D;
}
.BgClassName
{
background-color: #38214D;
}
</style>
border-color css
<style>
span { border-color: #38214D; }
span { border-color: rgb(56,33,77); }
td.TdClassName
{
border-color: #38214D;
}
.TagClassName
{
border-color: #38214D;
}
</style>