Shades of Jagger #39303E
Tints of Jagger #39303E
RGB
CMYK
RGB Variations
Color information
#39303E (or 0x39303E) is known color: Jagger. HEX triplet: 39, 30 and 3E. RGB value is (57,48,62). Sum of RGB (Red+Green+Blue) = 57+48+62=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 62 - color contains mainly: blue. Hex color #39303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39303E is #C6CFC1. Grayscale: #343434. Windows color (decimal): -13029314 or 4075577. OLE color: 4075577.
HSL color Cylindrical-coordinate representation of color #39303E: hue angle of 278.57º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #39303E is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 48 | 62 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.76 |
| HSL | 278.57º | 0.13% | 0.22% | - |
| HSV(B) | 278.57º | 0.23% | 0.24% | - |
| XYZ | 3.61 | 3.33 | 5.01 | - |
| YUV | 52.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 62 | 0.08 | 0.23 | 0 | 0.76 | 278.57 | 0.13 | 0.22 |
| Hex | 39 | 30 | 3E | 8 | 17 | 0 | 4C | 117 | D | 16 |
| Octal | 71 | 60 | 76 | 10 | 27 | 0 | 114 | 427 | 15 | 26 |
| Binary | 111001 | 110000 | 111110 | 1000 | 10111 | 0 | 1001100 | 100010111 | 1101 | 10110 |
Color Harmonies of #39303E
Complementary color
Monochromatic Colors of #39303E
Black with #39303E
Text Example
Text Example
White with #39303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39303E; }
p { color: rgb(57,48,62); }
H1.HeaderClassName
{
color: #39303E;
}
.AnyTagClassName
{
color: #39303E;
}
</style>
background-color css
<style>
a { background-color: #39303E; }
a { background-color: rgb(57,48,62); }
div.DivClassName
{
background-color: #39303E;
}
.BgClassName
{
background-color: #39303E;
}
</style>
border-color css
<style>
span { border-color: #39303E; }
span { border-color: rgb(57,48,62); }
td.TdClassName
{
border-color: #39303E;
}
.TagClassName
{
border-color: #39303E;
}
</style>