Shades of Jagger #3A313F
Tints of Jagger #3A313F
RGB
CMYK
RGB Variations
Color information
#3A313F (or 0x3A313F) is known color: Jagger. HEX triplet: 3A, 31 and 3F. RGB value is (58,49,63). Sum of RGB (Red+Green+Blue) = 58+49+63=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A313F is #C5CEC0. Grayscale: #353535. Windows color (decimal): -12963521 or 4141370. OLE color: 4141370.
HSL color Cylindrical-coordinate representation of color #3A313F: hue angle of 278.57º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A313F is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 49 | 63 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.75 |
| HSL | 278.57º | 0.13% | 0.22% | - |
| HSV(B) | 278.57º | 0.22% | 0.25% | - |
| XYZ | 3.74 | 3.46 | 5.17 | - |
| YUV | 53.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 63 | 0.08 | 0.22 | 0 | 0.75 | 278.57 | 0.13 | 0.22 |
| Hex | 3A | 31 | 3F | 8 | 16 | 0 | 4B | 117 | C | 16 |
| Octal | 72 | 61 | 77 | 10 | 26 | 0 | 113 | 427 | 14 | 26 |
| Binary | 111010 | 110001 | 111111 | 1000 | 10110 | 0 | 1001011 | 100010111 | 1100 | 10110 |
Color Harmonies of #3A313F
Complementary color
Monochromatic Colors of #3A313F
Black with #3A313F
Text Example
Text Example
White with #3A313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A313F; }
p { color: rgb(58,49,63); }
H1.HeaderClassName
{
color: #3A313F;
}
.AnyTagClassName
{
color: #3A313F;
}
</style>
background-color css
<style>
a { background-color: #3A313F; }
a { background-color: rgb(58,49,63); }
div.DivClassName
{
background-color: #3A313F;
}
.BgClassName
{
background-color: #3A313F;
}
</style>
border-color css
<style>
span { border-color: #3A313F; }
span { border-color: rgb(58,49,63); }
td.TdClassName
{
border-color: #3A313F;
}
.TagClassName
{
border-color: #3A313F;
}
</style>