Shades of Jagger #38313E
Tints of Jagger #38313E
RGB
CMYK
RGB Variations
Color information
#38313E (or 0x38313E) is known color: Jagger. HEX triplet: 38, 31 and 3E. RGB value is (56,49,62). Sum of RGB (Red+Green+Blue) = 56+49+62=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 62 - color contains mainly: blue. Hex color #38313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38313E is #C7CEC1. Grayscale: #343434. Windows color (decimal): -13094594 or 4075832. OLE color: 4075832.
HSL color Cylindrical-coordinate representation of color #38313E: hue angle of 272.31º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #38313E is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 49 | 62 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.76 |
| HSL | 272.31º | 0.12% | 0.22% | - |
| HSV(B) | 272.31º | 0.21% | 0.24% | - |
| XYZ | 3.6 | 3.39 | 5.02 | - |
| YUV | 52.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 62 | 0.10 | 0.21 | 0 | 0.76 | 272.31 | 0.12 | 0.22 |
| Hex | 38 | 31 | 3E | A | 15 | 0 | 4C | 110 | C | 16 |
| Octal | 70 | 61 | 76 | 12 | 25 | 0 | 114 | 420 | 14 | 26 |
| Binary | 111000 | 110001 | 111110 | 1010 | 10101 | 0 | 1001100 | 100010000 | 1100 | 10110 |
Color Harmonies of #38313E
Complementary color
Monochromatic Colors of #38313E
Black with #38313E
Text Example
Text Example
White with #38313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38313E; }
p { color: rgb(56,49,62); }
H1.HeaderClassName
{
color: #38313E;
}
.AnyTagClassName
{
color: #38313E;
}
</style>
background-color css
<style>
a { background-color: #38313E; }
a { background-color: rgb(56,49,62); }
div.DivClassName
{
background-color: #38313E;
}
.BgClassName
{
background-color: #38313E;
}
</style>
border-color css
<style>
span { border-color: #38313E; }
span { border-color: rgb(56,49,62); }
td.TdClassName
{
border-color: #38313E;
}
.TagClassName
{
border-color: #38313E;
}
</style>