Shades of Jagger #3D2353
Tints of Jagger #3D2353
RGB
CMYK
RGB Variations
Color information
#3D2353 (or 0x3D2353) is known color: Jagger. HEX triplet: 3D, 23 and 53. RGB value is (61,35,83). Sum of RGB (Red+Green+Blue) = 61+35+83=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D2353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2353 is #C2DCAC. Grayscale: #303030. Windows color (decimal): -12770477 or 5448509. OLE color: 5448509.
HSL color Cylindrical-coordinate representation of color #3D2353: hue angle of 272.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D2353 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 35 | 83 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.67 |
| HSL | 272.5º | 0.41% | 0.23% | - |
| HSV(B) | 272.5º | 0.58% | 0.33% | - |
| XYZ | 4.09 | 2.82 | 8.51 | - |
| YUV | 48.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 83 | 0.27 | 0.58 | 0 | 0.67 | 272.5 | 0.41 | 0.23 |
| Hex | 3D | 23 | 53 | 1B | 3A | 0 | 43 | 110 | 29 | 17 |
| Octal | 75 | 43 | 123 | 33 | 72 | 0 | 103 | 420 | 51 | 27 |
| Binary | 111101 | 100011 | 1010011 | 11011 | 111010 | 0 | 1000011 | 100010000 | 101001 | 10111 |
Color Harmonies of #3D2353
Complementary color
Monochromatic Colors of #3D2353
Black with #3D2353
Text Example
Text Example
White with #3D2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2353; }
p { color: rgb(61,35,83); }
H1.HeaderClassName
{
color: #3D2353;
}
.AnyTagClassName
{
color: #3D2353;
}
</style>
background-color css
<style>
a { background-color: #3D2353; }
a { background-color: rgb(61,35,83); }
div.DivClassName
{
background-color: #3D2353;
}
.BgClassName
{
background-color: #3D2353;
}
</style>
border-color css
<style>
span { border-color: #3D2353; }
span { border-color: rgb(61,35,83); }
td.TdClassName
{
border-color: #3D2353;
}
.TagClassName
{
border-color: #3D2353;
}
</style>