Shades of Jagger #39333E
Tints of Jagger #39333E
RGB
CMYK
RGB Variations
Color information
#39333E (or 0x39333E) is known color: Jagger. HEX triplet: 39, 33 and 3E. RGB value is (57,51,62). Sum of RGB (Red+Green+Blue) = 57+51+62=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 62 - color contains mainly: blue. Hex color #39333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39333E is #C6CCC1. Grayscale: #363636. Windows color (decimal): -13028546 or 4076345. OLE color: 4076345.
HSL color Cylindrical-coordinate representation of color #39333E: hue angle of 272.73º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #39333E is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 51 | 62 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.76 |
| HSL | 272.73º | 0.1% | 0.22% | - |
| HSV(B) | 272.73º | 0.18% | 0.24% | - |
| XYZ | 3.74 | 3.59 | 5.05 | - |
| YUV | 54.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 62 | 0.08 | 0.18 | 0 | 0.76 | 272.73 | 0.1 | 0.22 |
| Hex | 39 | 33 | 3E | 8 | 12 | 0 | 4C | 111 | A | 16 |
| Octal | 71 | 63 | 76 | 10 | 22 | 0 | 114 | 421 | 12 | 26 |
| Binary | 111001 | 110011 | 111110 | 1000 | 10010 | 0 | 1001100 | 100010001 | 1010 | 10110 |
Color Harmonies of #39333E
Complementary color
Monochromatic Colors of #39333E
Black with #39333E
Text Example
Text Example
White with #39333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39333E; }
p { color: rgb(57,51,62); }
H1.HeaderClassName
{
color: #39333E;
}
.AnyTagClassName
{
color: #39333E;
}
</style>
background-color css
<style>
a { background-color: #39333E; }
a { background-color: rgb(57,51,62); }
div.DivClassName
{
background-color: #39333E;
}
.BgClassName
{
background-color: #39333E;
}
</style>
border-color css
<style>
span { border-color: #39333E; }
span { border-color: rgb(57,51,62); }
td.TdClassName
{
border-color: #39333E;
}
.TagClassName
{
border-color: #39333E;
}
</style>