Shades of Jagger #3B383D
Tints of Jagger #3B383D
RGB
CMYK
RGB Variations
Color information
#3B383D (or 0x3B383D) is known color: Jagger. HEX triplet: 3B, 38 and 3D. RGB value is (59,56,61). Sum of RGB (Red+Green+Blue) = 59+56+61=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B383D is #C4C7C2. Grayscale: #393939. Windows color (decimal): -12896195 or 4012091. OLE color: 4012091.
HSL color Cylindrical-coordinate representation of color #3B383D: hue angle of 276º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3B383D is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 56 | 61 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.76 |
| HSL | 276º | 0.04% | 0.23% | - |
| HSV(B) | 276º | 0.08% | 0.24% | - |
| XYZ | 4.06 | 4.1 | 4.99 | - |
| YUV | 57.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 61 | 0.03 | 0.08 | 0 | 0.76 | 276 | 0.04 | 0.23 |
| Hex | 3B | 38 | 3D | 3 | 8 | 0 | 4C | 114 | 4 | 17 |
| Octal | 73 | 70 | 75 | 3 | 10 | 0 | 114 | 424 | 4 | 27 |
| Binary | 111011 | 111000 | 111101 | 11 | 1000 | 0 | 1001100 | 100010100 | 100 | 10111 |
Color Harmonies of #3B383D
Complementary color
Monochromatic Colors of #3B383D
Black with #3B383D
Text Example
Text Example
White with #3B383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B383D; }
p { color: rgb(59,56,61); }
H1.HeaderClassName
{
color: #3B383D;
}
.AnyTagClassName
{
color: #3B383D;
}
</style>
background-color css
<style>
a { background-color: #3B383D; }
a { background-color: rgb(59,56,61); }
div.DivClassName
{
background-color: #3B383D;
}
.BgClassName
{
background-color: #3B383D;
}
</style>
border-color css
<style>
span { border-color: #3B383D; }
span { border-color: rgb(59,56,61); }
td.TdClassName
{
border-color: #3B383D;
}
.TagClassName
{
border-color: #3B383D;
}
</style>