Shades of Jagger #39343D
Tints of Jagger #39343D
RGB
CMYK
RGB Variations
Color information
#39343D (or 0x39343D) is known color: Jagger. HEX triplet: 39, 34 and 3D. RGB value is (57,52,61). Sum of RGB (Red+Green+Blue) = 57+52+61=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 61 - color contains mainly: blue. Hex color #39343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39343D is #C6CBC2. Grayscale: #363636. Windows color (decimal): -13028291 or 4011065. OLE color: 4011065.
HSL color Cylindrical-coordinate representation of color #39343D: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #39343D is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 52 | 61 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.76 |
| HSL | 273.33º | 0.08% | 0.22% | - |
| HSV(B) | 273.33º | 0.15% | 0.24% | - |
| XYZ | 3.76 | 3.66 | 4.92 | - |
| YUV | 54.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 61 | 0.07 | 0.15 | 0 | 0.76 | 273.33 | 0.08 | 0.22 |
| Hex | 39 | 34 | 3D | 7 | F | 0 | 4C | 111 | 8 | 16 |
| Octal | 71 | 64 | 75 | 7 | 17 | 0 | 114 | 421 | 10 | 26 |
| Binary | 111001 | 110100 | 111101 | 111 | 1111 | 0 | 1001100 | 100010001 | 1000 | 10110 |
Color Harmonies of #39343D
Complementary color
Monochromatic Colors of #39343D
Black with #39343D
Text Example
Text Example
White with #39343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39343D; }
p { color: rgb(57,52,61); }
H1.HeaderClassName
{
color: #39343D;
}
.AnyTagClassName
{
color: #39343D;
}
</style>
background-color css
<style>
a { background-color: #39343D; }
a { background-color: rgb(57,52,61); }
div.DivClassName
{
background-color: #39343D;
}
.BgClassName
{
background-color: #39343D;
}
</style>
border-color css
<style>
span { border-color: #39343D; }
span { border-color: rgb(57,52,61); }
td.TdClassName
{
border-color: #39343D;
}
.TagClassName
{
border-color: #39343D;
}
</style>