Shades of Jagger #3B323F
Tints of Jagger #3B323F
RGB
CMYK
RGB Variations
Color information
#3B323F (or 0x3B323F) is known color: Jagger. HEX triplet: 3B, 32 and 3F. RGB value is (59,50,63). Sum of RGB (Red+Green+Blue) = 59+50+63=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 50 (19.92% from 255 or 29.07% 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 #3B323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B323F is #C4CDC0. Grayscale: #363636. Windows color (decimal): -12897729 or 4141627. OLE color: 4141627.
HSL color Cylindrical-coordinate representation of color #3B323F: hue angle of 281.54º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3B323F is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 50 | 63 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.75 |
| HSL | 281.54º | 0.12% | 0.22% | - |
| HSV(B) | 281.54º | 0.21% | 0.25% | - |
| XYZ | 3.84 | 3.57 | 5.19 | - |
| YUV | 54.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 63 | 0.06 | 0.21 | 0 | 0.75 | 281.54 | 0.12 | 0.22 |
| Hex | 3B | 32 | 3F | 6 | 15 | 0 | 4B | 11A | C | 16 |
| Octal | 73 | 62 | 77 | 6 | 25 | 0 | 113 | 432 | 14 | 26 |
| Binary | 111011 | 110010 | 111111 | 110 | 10101 | 0 | 1001011 | 100011010 | 1100 | 10110 |
Color Harmonies of #3B323F
Complementary color
Monochromatic Colors of #3B323F
Black with #3B323F
Text Example
Text Example
White with #3B323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B323F; }
p { color: rgb(59,50,63); }
H1.HeaderClassName
{
color: #3B323F;
}
.AnyTagClassName
{
color: #3B323F;
}
</style>
background-color css
<style>
a { background-color: #3B323F; }
a { background-color: rgb(59,50,63); }
div.DivClassName
{
background-color: #3B323F;
}
.BgClassName
{
background-color: #3B323F;
}
</style>
border-color css
<style>
span { border-color: #3B323F; }
span { border-color: rgb(59,50,63); }
td.TdClassName
{
border-color: #3B323F;
}
.TagClassName
{
border-color: #3B323F;
}
</style>