Shades of Jagger #3A303F
Tints of Jagger #3A303F
RGB
CMYK
RGB Variations
Color information
#3A303F (or 0x3A303F) is known color: Jagger. HEX triplet: 3A, 30 and 3F. RGB value is (58,48,63). Sum of RGB (Red+Green+Blue) = 58+48+63=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A303F is #C5CFC0. Grayscale: #343434. Windows color (decimal): -12963777 or 4141114. OLE color: 4141114.
HSL color Cylindrical-coordinate representation of color #3A303F: hue angle of 280º 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 #3A303F is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 48 | 63 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.75 |
| HSL | 280º | 0.14% | 0.22% | - |
| HSV(B) | 280º | 0.24% | 0.25% | - |
| XYZ | 3.7 | 3.37 | 5.16 | - |
| YUV | 52.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 63 | 0.08 | 0.24 | 0 | 0.75 | 280 | 0.14 | 0.22 |
| Hex | 3A | 30 | 3F | 8 | 18 | 0 | 4B | 118 | E | 16 |
| Octal | 72 | 60 | 77 | 10 | 30 | 0 | 113 | 430 | 16 | 26 |
| Binary | 111010 | 110000 | 111111 | 1000 | 11000 | 0 | 1001011 | 100011000 | 1110 | 10110 |
Color Harmonies of #3A303F
Complementary color
Monochromatic Colors of #3A303F
Black with #3A303F
Text Example
Text Example
White with #3A303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A303F; }
p { color: rgb(58,48,63); }
H1.HeaderClassName
{
color: #3A303F;
}
.AnyTagClassName
{
color: #3A303F;
}
</style>
background-color css
<style>
a { background-color: #3A303F; }
a { background-color: rgb(58,48,63); }
div.DivClassName
{
background-color: #3A303F;
}
.BgClassName
{
background-color: #3A303F;
}
</style>
border-color css
<style>
span { border-color: #3A303F; }
span { border-color: rgb(58,48,63); }
td.TdClassName
{
border-color: #3A303F;
}
.TagClassName
{
border-color: #3A303F;
}
</style>