Shades of Jagger #39303F
Tints of Jagger #39303F
RGB
CMYK
RGB Variations
Color information
#39303F (or 0x39303F) is known color: Jagger. HEX triplet: 39, 30 and 3F. RGB value is (57,48,63). Sum of RGB (Red+Green+Blue) = 57+48+63=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 63 - color contains mainly: blue. Hex color #39303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39303F is #C6CFC0. Grayscale: #343434. Windows color (decimal): -13029313 or 4141113. OLE color: 4141113.
HSL color Cylindrical-coordinate representation of color #39303F: hue angle of 276º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #39303F is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 48 | 63 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.75 |
| HSL | 276º | 0.14% | 0.22% | - |
| HSV(B) | 276º | 0.24% | 0.25% | - |
| XYZ | 3.64 | 3.34 | 5.16 | - |
| YUV | 52.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 63 | 0.10 | 0.24 | 0 | 0.75 | 276 | 0.14 | 0.22 |
| Hex | 39 | 30 | 3F | A | 18 | 0 | 4B | 114 | E | 16 |
| Octal | 71 | 60 | 77 | 12 | 30 | 0 | 113 | 424 | 16 | 26 |
| Binary | 111001 | 110000 | 111111 | 1010 | 11000 | 0 | 1001011 | 100010100 | 1110 | 10110 |
Color Harmonies of #39303F
Complementary color
Monochromatic Colors of #39303F
Black with #39303F
Text Example
Text Example
White with #39303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39303F; }
p { color: rgb(57,48,63); }
H1.HeaderClassName
{
color: #39303F;
}
.AnyTagClassName
{
color: #39303F;
}
</style>
background-color css
<style>
a { background-color: #39303F; }
a { background-color: rgb(57,48,63); }
div.DivClassName
{
background-color: #39303F;
}
.BgClassName
{
background-color: #39303F;
}
</style>
border-color css
<style>
span { border-color: #39303F; }
span { border-color: rgb(57,48,63); }
td.TdClassName
{
border-color: #39303F;
}
.TagClassName
{
border-color: #39303F;
}
</style>