Shades of Jagger #392B3E
Tints of Jagger #392B3E
RGB
CMYK
RGB Variations
Color information
#392B3E (or 0x392B3E) is known color: Jagger. HEX triplet: 39, 2B and 3E. RGB value is (57,43,62). Sum of RGB (Red+Green+Blue) = 57+43+62=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 62 - color contains mainly: blue. Hex color #392B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B3E is #C6D4C1. Grayscale: #313131. Windows color (decimal): -13030594 or 4074297. OLE color: 4074297.
HSL color Cylindrical-coordinate representation of color #392B3E: hue angle of 284.21º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #392B3E is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 43 | 62 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.76 |
| HSL | 284.21º | 0.18% | 0.21% | - |
| HSV(B) | 284.21º | 0.31% | 0.24% | - |
| XYZ | 3.42 | 2.95 | 4.95 | - |
| YUV | 49.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 62 | 0.08 | 0.31 | 0 | 0.76 | 284.21 | 0.18 | 0.21 |
| Hex | 39 | 2B | 3E | 8 | 1F | 0 | 4C | 11C | 12 | 15 |
| Octal | 71 | 53 | 76 | 10 | 37 | 0 | 114 | 434 | 22 | 25 |
| Binary | 111001 | 101011 | 111110 | 1000 | 11111 | 0 | 1001100 | 100011100 | 10010 | 10101 |
Color Harmonies of #392B3E
Complementary color
Monochromatic Colors of #392B3E
Black with #392B3E
Text Example
Text Example
White with #392B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392B3E; }
p { color: rgb(57,43,62); }
H1.HeaderClassName
{
color: #392B3E;
}
.AnyTagClassName
{
color: #392B3E;
}
</style>
background-color css
<style>
a { background-color: #392B3E; }
a { background-color: rgb(57,43,62); }
div.DivClassName
{
background-color: #392B3E;
}
.BgClassName
{
background-color: #392B3E;
}
</style>
border-color css
<style>
span { border-color: #392B3E; }
span { border-color: rgb(57,43,62); }
td.TdClassName
{
border-color: #392B3E;
}
.TagClassName
{
border-color: #392B3E;
}
</style>