Shades of Jagger #382E40
Tints of Jagger #382E40
RGB
CMYK
RGB Variations
Color information
#382E40 (or 0x382E40) is known color: Jagger. HEX triplet: 38, 2E and 40. RGB value is (56,46,64). Sum of RGB (Red+Green+Blue) = 56+46+64=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 64 - color contains mainly: blue. Hex color #382E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E40 is #C7D1BF. Grayscale: #323232. Windows color (decimal): -13095360 or 4206136. OLE color: 4206136.
HSL color Cylindrical-coordinate representation of color #382E40: hue angle of 273.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #382E40 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 46 | 64 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.75 |
| HSL | 273.33º | 0.16% | 0.22% | - |
| HSV(B) | 273.33º | 0.28% | 0.25% | - |
| XYZ | 3.53 | 3.16 | 5.28 | - |
| YUV | 51.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 64 | 0.13 | 0.28 | 0 | 0.75 | 273.33 | 0.16 | 0.22 |
| Hex | 38 | 2E | 40 | D | 1C | 0 | 4B | 111 | 10 | 16 |
| Octal | 70 | 56 | 100 | 15 | 34 | 0 | 113 | 421 | 20 | 26 |
| Binary | 111000 | 101110 | 1000000 | 1101 | 11100 | 0 | 1001011 | 100010001 | 10000 | 10110 |
Color Harmonies of #382E40
Complementary color
Monochromatic Colors of #382E40
Black with #382E40
Text Example
Text Example
White with #382E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E40; }
p { color: rgb(56,46,64); }
H1.HeaderClassName
{
color: #382E40;
}
.AnyTagClassName
{
color: #382E40;
}
</style>
background-color css
<style>
a { background-color: #382E40; }
a { background-color: rgb(56,46,64); }
div.DivClassName
{
background-color: #382E40;
}
.BgClassName
{
background-color: #382E40;
}
</style>
border-color css
<style>
span { border-color: #382E40; }
span { border-color: rgb(56,46,64); }
td.TdClassName
{
border-color: #382E40;
}
.TagClassName
{
border-color: #382E40;
}
</style>