Shades of Jagger #39373B
Tints of Jagger #39373B
RGB
CMYK
RGB Variations
Color information
#39373B (or 0x39373B) is known color: Jagger. HEX triplet: 39, 37 and 3B. RGB value is (57,55,59). Sum of RGB (Red+Green+Blue) = 57+55+59=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 59 - color contains mainly: blue. Hex color #39373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39373B is #C6C8C4. Grayscale: #383838. Windows color (decimal): -13027525 or 3880761. OLE color: 3880761.
HSL color Cylindrical-coordinate representation of color #39373B: hue angle of 270º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #39373B is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 55 | 59 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.77 |
| HSL | 270º | 0.04% | 0.22% | - |
| HSV(B) | 270º | 0.07% | 0.23% | - |
| XYZ | 3.84 | 3.92 | 4.69 | - |
| YUV | 56.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 59 | 0.03 | 0.07 | 0 | 0.77 | 270 | 0.04 | 0.22 |
| Hex | 39 | 37 | 3B | 3 | 7 | 0 | 4D | 10E | 4 | 16 |
| Octal | 71 | 67 | 73 | 3 | 7 | 0 | 115 | 416 | 4 | 26 |
| Binary | 111001 | 110111 | 111011 | 11 | 111 | 0 | 1001101 | 100001110 | 100 | 10110 |
Color Harmonies of #39373B
Complementary color
Monochromatic Colors of #39373B
Black with #39373B
Text Example
Text Example
White with #39373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39373B; }
p { color: rgb(57,55,59); }
H1.HeaderClassName
{
color: #39373B;
}
.AnyTagClassName
{
color: #39373B;
}
</style>
background-color css
<style>
a { background-color: #39373B; }
a { background-color: rgb(57,55,59); }
div.DivClassName
{
background-color: #39373B;
}
.BgClassName
{
background-color: #39373B;
}
</style>
border-color css
<style>
span { border-color: #39373B; }
span { border-color: rgb(57,55,59); }
td.TdClassName
{
border-color: #39373B;
}
.TagClassName
{
border-color: #39373B;
}
</style>