Shades of Jagger #38214A
Tints of Jagger #38214A
RGB
CMYK
RGB Variations
Color information
#38214A (or 0x38214A) is known color: Jagger. HEX triplet: 38, 21 and 4A. RGB value is (56,33,74). Sum of RGB (Red+Green+Blue) = 56+33+74=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #38214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38214A is #C7DEB5. Grayscale: #2C2C2C. Windows color (decimal): -13098678 or 4858168. OLE color: 4858168.
HSL color Cylindrical-coordinate representation of color #38214A: hue angle of 273.66º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38214A is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 33 | 74 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.71 |
| HSL | 273.66º | 0.38% | 0.21% | - |
| HSV(B) | 273.66º | 0.55% | 0.29% | - |
| XYZ | 3.41 | 2.42 | 6.77 | - |
| YUV | 44.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 74 | 0.24 | 0.55 | 0 | 0.71 | 273.66 | 0.38 | 0.21 |
| Hex | 38 | 21 | 4A | 18 | 37 | 0 | 47 | 112 | 26 | 15 |
| Octal | 70 | 41 | 112 | 30 | 67 | 0 | 107 | 422 | 46 | 25 |
| Binary | 111000 | 100001 | 1001010 | 11000 | 110111 | 0 | 1000111 | 100010010 | 100110 | 10101 |
Color Harmonies of #38214A
Complementary color
Monochromatic Colors of #38214A
Black with #38214A
Text Example
Text Example
White with #38214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38214A; }
p { color: rgb(56,33,74); }
H1.HeaderClassName
{
color: #38214A;
}
.AnyTagClassName
{
color: #38214A;
}
</style>
background-color css
<style>
a { background-color: #38214A; }
a { background-color: rgb(56,33,74); }
div.DivClassName
{
background-color: #38214A;
}
.BgClassName
{
background-color: #38214A;
}
</style>
border-color css
<style>
span { border-color: #38214A; }
span { border-color: rgb(56,33,74); }
td.TdClassName
{
border-color: #38214A;
}
.TagClassName
{
border-color: #38214A;
}
</style>