Shades of Jagger #3A373D
Tints of Jagger #3A373D
RGB
CMYK
RGB Variations
Color information
#3A373D (or 0x3A373D) is known color: Jagger. HEX triplet: 3A, 37 and 3D. RGB value is (58,55,61). Sum of RGB (Red+Green+Blue) = 58+55+61=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A373D is #C5C8C2. Grayscale: #383838. Windows color (decimal): -12961987 or 4011834. OLE color: 4011834.
HSL color Cylindrical-coordinate representation of color #3A373D: hue angle of 270º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3A373D is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 58 | 55 | 61 | - |
CMYK | 0.05 | 0.10 | 0 | 0.76 |
HSL | 270º | 0.05% | 0.23% | - |
HSV(B) | 270º | 0.1% | 0.24% | - |
XYZ | 3.95 | 3.97 | 4.97 | - |
YUV | 56.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 55 | 61 | 0.05 | 0.10 | 0 | 0.76 | 270 | 0.05 | 0.23 |
Hex | 3A | 37 | 3D | 5 | A | 0 | 4C | 10E | 5 | 17 |
Octal | 72 | 67 | 75 | 5 | 12 | 0 | 114 | 416 | 5 | 27 |
Binary | 111010 | 110111 | 111101 | 101 | 1010 | 0 | 1001100 | 100001110 | 101 | 10111 |
Color Harmonies of #3A373D
Complementary color
Monochromatic Colors of #3A373D
Black with #3A373D
Text Example
Text Example
White with #3A373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A373D; }
p { color: rgb(58,55,61); }
H1.HeaderClassName
{
color: #3A373D;
}
.AnyTagClassName
{
color: #3A373D;
}
</style>
background-color css
<style>
a { background-color: #3A373D; }
a { background-color: rgb(58,55,61); }
div.DivClassName
{
background-color: #3A373D;
}
.BgClassName
{
background-color: #3A373D;
}
</style>
border-color css
<style>
span { border-color: #3A373D; }
span { border-color: rgb(58,55,61); }
td.TdClassName
{
border-color: #3A373D;
}
.TagClassName
{
border-color: #3A373D;
}
</style>