Shades of Jagger #3C3840
Tints of Jagger #3C3840
RGB
CMYK
RGB Variations
Color information
#3C3840 (or 0x3C3840) is known color: Jagger. HEX triplet: 3C, 38 and 40. RGB value is (60,56,64). Sum of RGB (Red+Green+Blue) = 60+56+64=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C3840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3840 is #C3C7BF. Grayscale: #3A3A3A. Windows color (decimal): -12830656 or 4208700. OLE color: 4208700.
HSL color Cylindrical-coordinate representation of color #3C3840: hue angle of 270º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3C3840 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 56 | 64 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.75 |
| HSL | 270º | 0.07% | 0.24% | - |
| HSV(B) | 270º | 0.13% | 0.25% | - |
| XYZ | 4.2 | 4.16 | 5.43 | - |
| YUV | 58.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 64 | 0.06 | 0.13 | 0 | 0.75 | 270 | 0.07 | 0.24 |
| Hex | 3C | 38 | 40 | 6 | D | 0 | 4B | 10E | 7 | 18 |
| Octal | 74 | 70 | 100 | 6 | 15 | 0 | 113 | 416 | 7 | 30 |
| Binary | 111100 | 111000 | 1000000 | 110 | 1101 | 0 | 1001011 | 100001110 | 111 | 11000 |
Color Harmonies of #3C3840
Complementary color
Monochromatic Colors of #3C3840
Black with #3C3840
Text Example
Text Example
White with #3C3840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3840; }
p { color: rgb(60,56,64); }
H1.HeaderClassName
{
color: #3C3840;
}
.AnyTagClassName
{
color: #3C3840;
}
</style>
background-color css
<style>
a { background-color: #3C3840; }
a { background-color: rgb(60,56,64); }
div.DivClassName
{
background-color: #3C3840;
}
.BgClassName
{
background-color: #3C3840;
}
</style>
border-color css
<style>
span { border-color: #3C3840; }
span { border-color: rgb(60,56,64); }
td.TdClassName
{
border-color: #3C3840;
}
.TagClassName
{
border-color: #3C3840;
}
</style>