Shades of Jagger #3D3443
Tints of Jagger #3D3443
RGB
CMYK
RGB Variations
Color information
#3D3443 (or 0x3D3443) is known color: Jagger. HEX triplet: 3D, 34 and 43. RGB value is (61,52,67). Sum of RGB (Red+Green+Blue) = 61+52+67=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 67 - color contains mainly: blue. Hex color #3D3443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3443 is #C2CBBC. Grayscale: #383838. Windows color (decimal): -12766141 or 4404285. OLE color: 4404285.
HSL color Cylindrical-coordinate representation of color #3D3443: hue angle of 276º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3D3443 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 52 | 67 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.74 |
| HSL | 276º | 0.13% | 0.23% | - |
| HSV(B) | 276º | 0.22% | 0.26% | - |
| XYZ | 4.17 | 3.85 | 5.83 | - |
| YUV | 56.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 67 | 0.09 | 0.22 | 0 | 0.74 | 276 | 0.13 | 0.23 |
| Hex | 3D | 34 | 43 | 9 | 16 | 0 | 4A | 114 | D | 17 |
| Octal | 75 | 64 | 103 | 11 | 26 | 0 | 112 | 424 | 15 | 27 |
| Binary | 111101 | 110100 | 1000011 | 1001 | 10110 | 0 | 1001010 | 100010100 | 1101 | 10111 |
Color Harmonies of #3D3443
Complementary color
Monochromatic Colors of #3D3443
Black with #3D3443
Text Example
Text Example
White with #3D3443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3443; }
p { color: rgb(61,52,67); }
H1.HeaderClassName
{
color: #3D3443;
}
.AnyTagClassName
{
color: #3D3443;
}
</style>
background-color css
<style>
a { background-color: #3D3443; }
a { background-color: rgb(61,52,67); }
div.DivClassName
{
background-color: #3D3443;
}
.BgClassName
{
background-color: #3D3443;
}
</style>
border-color css
<style>
span { border-color: #3D3443; }
span { border-color: rgb(61,52,67); }
td.TdClassName
{
border-color: #3D3443;
}
.TagClassName
{
border-color: #3D3443;
}
</style>