Shades of Jagger #382A44
Tints of Jagger #382A44
RGB
CMYK
RGB Variations
Color information
#382A44 (or 0x382A44) is known color: Jagger. HEX triplet: 38, 2A and 44. RGB value is (56,42,68). Sum of RGB (Red+Green+Blue) = 56+42+68=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 68 - color contains mainly: blue. Hex color #382A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A44 is #C7D5BB. Grayscale: #313131. Windows color (decimal): -13096380 or 4467256. OLE color: 4467256.
HSL color Cylindrical-coordinate representation of color #382A44: hue angle of 272.31º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382A44 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 42 | 68 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.73 |
| HSL | 272.31º | 0.24% | 0.22% | - |
| HSV(B) | 272.31º | 0.38% | 0.27% | - |
| XYZ | 3.5 | 2.91 | 5.85 | - |
| YUV | 49.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 42 | 68 | 0.18 | 0.38 | 0 | 0.73 | 272.31 | 0.24 | 0.22 |
| Hex | 38 | 2A | 44 | 12 | 26 | 0 | 49 | 110 | 18 | 16 |
| Octal | 70 | 52 | 104 | 22 | 46 | 0 | 111 | 420 | 30 | 26 |
| Binary | 111000 | 101010 | 1000100 | 10010 | 100110 | 0 | 1001001 | 100010000 | 11000 | 10110 |
Color Harmonies of #382A44
Complementary color
Monochromatic Colors of #382A44
Black with #382A44
Text Example
Text Example
White with #382A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382A44; }
p { color: rgb(56,42,68); }
H1.HeaderClassName
{
color: #382A44;
}
.AnyTagClassName
{
color: #382A44;
}
</style>
background-color css
<style>
a { background-color: #382A44; }
a { background-color: rgb(56,42,68); }
div.DivClassName
{
background-color: #382A44;
}
.BgClassName
{
background-color: #382A44;
}
</style>
border-color css
<style>
span { border-color: #382A44; }
span { border-color: rgb(56,42,68); }
td.TdClassName
{
border-color: #382A44;
}
.TagClassName
{
border-color: #382A44;
}
</style>