Shades of Jagger #39323C
Tints of Jagger #39323C
RGB
CMYK
RGB Variations
Color information
#39323C (or 0x39323C) is known color: Jagger. HEX triplet: 39, 32 and 3C. RGB value is (57,50,60). Sum of RGB (Red+Green+Blue) = 57+50+60=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 60 - color contains mainly: blue. Hex color #39323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39323C is #C6CDC3. Grayscale: #353535. Windows color (decimal): -13028804 or 3945017. OLE color: 3945017.
HSL color Cylindrical-coordinate representation of color #39323C: hue angle of 282º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #39323C is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 50 | 60 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.76 |
| HSL | 282º | 0.09% | 0.22% | - |
| HSV(B) | 282º | 0.17% | 0.24% | - |
| XYZ | 3.64 | 3.48 | 4.75 | - |
| YUV | 53.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 60 | 0.05 | 0.17 | 0 | 0.76 | 282 | 0.09 | 0.22 |
| Hex | 39 | 32 | 3C | 5 | 11 | 0 | 4C | 11A | 9 | 16 |
| Octal | 71 | 62 | 74 | 5 | 21 | 0 | 114 | 432 | 11 | 26 |
| Binary | 111001 | 110010 | 111100 | 101 | 10001 | 0 | 1001100 | 100011010 | 1001 | 10110 |
Color Harmonies of #39323C
Complementary color
Monochromatic Colors of #39323C
Black with #39323C
Text Example
Text Example
White with #39323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39323C; }
p { color: rgb(57,50,60); }
H1.HeaderClassName
{
color: #39323C;
}
.AnyTagClassName
{
color: #39323C;
}
</style>
background-color css
<style>
a { background-color: #39323C; }
a { background-color: rgb(57,50,60); }
div.DivClassName
{
background-color: #39323C;
}
.BgClassName
{
background-color: #39323C;
}
</style>
border-color css
<style>
span { border-color: #39323C; }
span { border-color: rgb(57,50,60); }
td.TdClassName
{
border-color: #39323C;
}
.TagClassName
{
border-color: #39323C;
}
</style>