Shades of Jagger #382941
Tints of Jagger #382941
RGB
CMYK
RGB Variations
Color information
#382941 (or 0x382941) is known color: Jagger. HEX triplet: 38, 29 and 41. RGB value is (56,41,65). Sum of RGB (Red+Green+Blue) = 56+41+65=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #382941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382941 is #C7D6BE. Grayscale: #303030. Windows color (decimal): -13096639 or 4270392. OLE color: 4270392.
HSL color Cylindrical-coordinate representation of color #382941: hue angle of 277.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #382941 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 41 | 65 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.75 |
| HSL | 277.5º | 0.23% | 0.21% | - |
| HSV(B) | 277.5º | 0.37% | 0.25% | - |
| XYZ | 3.38 | 2.81 | 5.37 | - |
| YUV | 48.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 65 | 0.14 | 0.37 | 0 | 0.75 | 277.5 | 0.23 | 0.21 |
| Hex | 38 | 29 | 41 | E | 25 | 0 | 4B | 116 | 17 | 15 |
| Octal | 70 | 51 | 101 | 16 | 45 | 0 | 113 | 426 | 27 | 25 |
| Binary | 111000 | 101001 | 1000001 | 1110 | 100101 | 0 | 1001011 | 100010110 | 10111 | 10101 |
Color Harmonies of #382941
Complementary color
Monochromatic Colors of #382941
Black with #382941
Text Example
Text Example
White with #382941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382941; }
p { color: rgb(56,41,65); }
H1.HeaderClassName
{
color: #382941;
}
.AnyTagClassName
{
color: #382941;
}
</style>
background-color css
<style>
a { background-color: #382941; }
a { background-color: rgb(56,41,65); }
div.DivClassName
{
background-color: #382941;
}
.BgClassName
{
background-color: #382941;
}
</style>
border-color css
<style>
span { border-color: #382941; }
span { border-color: rgb(56,41,65); }
td.TdClassName
{
border-color: #382941;
}
.TagClassName
{
border-color: #382941;
}
</style>