Shades of Jagger #3A333F
Tints of Jagger #3A333F
RGB
CMYK
RGB Variations
Color information
#3A333F (or 0x3A333F) is known color: Jagger. HEX triplet: 3A, 33 and 3F. RGB value is (58,51,63). Sum of RGB (Red+Green+Blue) = 58+51+63=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A333F is #C5CCC0. Grayscale: #363636. Windows color (decimal): -12963009 or 4141882. OLE color: 4141882.
HSL color Cylindrical-coordinate representation of color #3A333F: hue angle of 275º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A333F is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 51 | 63 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.75 |
| HSL | 275º | 0.11% | 0.22% | - |
| HSV(B) | 275º | 0.19% | 0.25% | - |
| XYZ | 3.83 | 3.63 | 5.2 | - |
| YUV | 54.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 63 | 0.08 | 0.19 | 0 | 0.75 | 275 | 0.11 | 0.22 |
| Hex | 3A | 33 | 3F | 8 | 13 | 0 | 4B | 113 | B | 16 |
| Octal | 72 | 63 | 77 | 10 | 23 | 0 | 113 | 423 | 13 | 26 |
| Binary | 111010 | 110011 | 111111 | 1000 | 10011 | 0 | 1001011 | 100010011 | 1011 | 10110 |
Color Harmonies of #3A333F
Complementary color
Monochromatic Colors of #3A333F
Black with #3A333F
Text Example
Text Example
White with #3A333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A333F; }
p { color: rgb(58,51,63); }
H1.HeaderClassName
{
color: #3A333F;
}
.AnyTagClassName
{
color: #3A333F;
}
</style>
background-color css
<style>
a { background-color: #3A333F; }
a { background-color: rgb(58,51,63); }
div.DivClassName
{
background-color: #3A333F;
}
.BgClassName
{
background-color: #3A333F;
}
</style>
border-color css
<style>
span { border-color: #3A333F; }
span { border-color: rgb(58,51,63); }
td.TdClassName
{
border-color: #3A333F;
}
.TagClassName
{
border-color: #3A333F;
}
</style>