Shades of Jagger #38293E
Tints of Jagger #38293E
RGB
CMYK
RGB Variations
Color information
#38293E (or 0x38293E) is known color: Jagger. HEX triplet: 38, 29 and 3E. RGB value is (56,41,62). Sum of RGB (Red+Green+Blue) = 56+41+62=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 62 - color contains mainly: blue. Hex color #38293E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38293E is #C7D6C1. Grayscale: #2F2F2F. Windows color (decimal): -13096642 or 4073784. OLE color: 4073784.
HSL color Cylindrical-coordinate representation of color #38293E: hue angle of 282.86º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38293E is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 41 | 62 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.76 |
| HSL | 282.86º | 0.2% | 0.2% | - |
| HSV(B) | 282.86º | 0.34% | 0.24% | - |
| XYZ | 3.29 | 2.77 | 4.92 | - |
| YUV | 47.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 62 | 0.10 | 0.34 | 0 | 0.76 | 282.86 | 0.2 | 0.2 |
| Hex | 38 | 29 | 3E | A | 22 | 0 | 4C | 11B | 14 | 14 |
| Octal | 70 | 51 | 76 | 12 | 42 | 0 | 114 | 433 | 24 | 24 |
| Binary | 111000 | 101001 | 111110 | 1010 | 100010 | 0 | 1001100 | 100011011 | 10100 | 10100 |
Color Harmonies of #38293E
Complementary color
Monochromatic Colors of #38293E
Black with #38293E
Text Example
Text Example
White with #38293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38293E; }
p { color: rgb(56,41,62); }
H1.HeaderClassName
{
color: #38293E;
}
.AnyTagClassName
{
color: #38293E;
}
</style>
background-color css
<style>
a { background-color: #38293E; }
a { background-color: rgb(56,41,62); }
div.DivClassName
{
background-color: #38293E;
}
.BgClassName
{
background-color: #38293E;
}
</style>
border-color css
<style>
span { border-color: #38293E; }
span { border-color: rgb(56,41,62); }
td.TdClassName
{
border-color: #38293E;
}
.TagClassName
{
border-color: #38293E;
}
</style>