Shades of Jagger #382B4A
Tints of Jagger #382B4A
RGB
CMYK
RGB Variations
Color information
#382B4A (or 0x382B4A) is known color: Jagger. HEX triplet: 38, 2B and 4A. RGB value is (56,43,74). Sum of RGB (Red+Green+Blue) = 56+43+74=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #382B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B4A is #C7D4B5. Grayscale: #323232. Windows color (decimal): -13096118 or 4860728. OLE color: 4860728.
HSL color Cylindrical-coordinate representation of color #382B4A: hue angle of 265.16º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #382B4A is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 43 | 74 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.71 |
| HSL | 265.16º | 0.26% | 0.23% | - |
| HSV(B) | 265.16º | 0.42% | 0.29% | - |
| XYZ | 3.73 | 3.06 | 6.87 | - |
| YUV | 50.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 74 | 0.24 | 0.42 | 0 | 0.71 | 265.16 | 0.26 | 0.23 |
| Hex | 38 | 2B | 4A | 18 | 2A | 0 | 47 | 109 | 1A | 17 |
| Octal | 70 | 53 | 112 | 30 | 52 | 0 | 107 | 411 | 32 | 27 |
| Binary | 111000 | 101011 | 1001010 | 11000 | 101010 | 0 | 1000111 | 100001001 | 11010 | 10111 |
Color Harmonies of #382B4A
Complementary color
Monochromatic Colors of #382B4A
Black with #382B4A
Text Example
Text Example
White with #382B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382B4A; }
p { color: rgb(56,43,74); }
H1.HeaderClassName
{
color: #382B4A;
}
.AnyTagClassName
{
color: #382B4A;
}
</style>
background-color css
<style>
a { background-color: #382B4A; }
a { background-color: rgb(56,43,74); }
div.DivClassName
{
background-color: #382B4A;
}
.BgClassName
{
background-color: #382B4A;
}
</style>
border-color css
<style>
span { border-color: #382B4A; }
span { border-color: rgb(56,43,74); }
td.TdClassName
{
border-color: #382B4A;
}
.TagClassName
{
border-color: #382B4A;
}
</style>