Shades of Jagger #3A363D
Tints of Jagger #3A363D
RGB
CMYK
RGB Variations
Color information
#3A363D (or 0x3A363D) is known color: Jagger. HEX triplet: 3A, 36 and 3D. RGB value is (58,54,61). Sum of RGB (Red+Green+Blue) = 58+54+61=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A363D is #C5C9C2. Grayscale: #373737. Windows color (decimal): -12962243 or 4011578. OLE color: 4011578.
HSL color Cylindrical-coordinate representation of color #3A363D: hue angle of 274.29º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3A363D is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 58 | 54 | 61 | - |
CMYK | 0.05 | 0.11 | 0 | 0.76 |
HSL | 274.29º | 0.06% | 0.23% | - |
HSV(B) | 274.29º | 0.11% | 0.24% | - |
XYZ | 3.91 | 3.87 | 4.96 | - |
YUV | 55.99 | 130.83 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 54 | 61 | 0.05 | 0.11 | 0 | 0.76 | 274.29 | 0.06 | 0.23 |
Hex | 3A | 36 | 3D | 5 | B | 0 | 4C | 112 | 6 | 17 |
Octal | 72 | 66 | 75 | 5 | 13 | 0 | 114 | 422 | 6 | 27 |
Binary | 111010 | 110110 | 111101 | 101 | 1011 | 0 | 1001100 | 100010010 | 110 | 10111 |
Color Harmonies of #3A363D
Complementary color
Monochromatic Colors of #3A363D
Black with #3A363D
Text Example
Text Example
White with #3A363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A363D; }
p { color: rgb(58,54,61); }
H1.HeaderClassName
{
color: #3A363D;
}
.AnyTagClassName
{
color: #3A363D;
}
</style>
background-color css
<style>
a { background-color: #3A363D; }
a { background-color: rgb(58,54,61); }
div.DivClassName
{
background-color: #3A363D;
}
.BgClassName
{
background-color: #3A363D;
}
</style>
border-color css
<style>
span { border-color: #3A363D; }
span { border-color: rgb(58,54,61); }
td.TdClassName
{
border-color: #3A363D;
}
.TagClassName
{
border-color: #3A363D;
}
</style>