Shades of Jagger #3D3442
Tints of Jagger #3D3442
RGB
CMYK
RGB Variations
Color information
#3D3442 (or 0x3D3442) is known color: Jagger. HEX triplet: 3D, 34 and 42. RGB value is (61,52,66). Sum of RGB (Red+Green+Blue) = 61+52+66=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 66 - color contains mainly: blue. Hex color #3D3442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3442 is #C2CBBD. Grayscale: #383838. Windows color (decimal): -12766142 or 4338749. OLE color: 4338749.
HSL color Cylindrical-coordinate representation of color #3D3442: hue angle of 278.57º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D3442 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 52 | 66 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.74 |
| HSL | 278.57º | 0.12% | 0.23% | - |
| HSV(B) | 278.57º | 0.21% | 0.26% | - |
| XYZ | 4.14 | 3.84 | 5.68 | - |
| YUV | 56.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 66 | 0.08 | 0.21 | 0 | 0.74 | 278.57 | 0.12 | 0.23 |
| Hex | 3D | 34 | 42 | 8 | 15 | 0 | 4A | 117 | C | 17 |
| Octal | 75 | 64 | 102 | 10 | 25 | 0 | 112 | 427 | 14 | 27 |
| Binary | 111101 | 110100 | 1000010 | 1000 | 10101 | 0 | 1001010 | 100010111 | 1100 | 10111 |
Color Harmonies of #3D3442
Complementary color
Monochromatic Colors of #3D3442
Black with #3D3442
Text Example
Text Example
White with #3D3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3442; }
p { color: rgb(61,52,66); }
H1.HeaderClassName
{
color: #3D3442;
}
.AnyTagClassName
{
color: #3D3442;
}
</style>
background-color css
<style>
a { background-color: #3D3442; }
a { background-color: rgb(61,52,66); }
div.DivClassName
{
background-color: #3D3442;
}
.BgClassName
{
background-color: #3D3442;
}
</style>
border-color css
<style>
span { border-color: #3D3442; }
span { border-color: rgb(61,52,66); }
td.TdClassName
{
border-color: #3D3442;
}
.TagClassName
{
border-color: #3D3442;
}
</style>