Shades of Jagger #3D2F50
Tints of Jagger #3D2F50
RGB
CMYK
RGB Variations
Color information
#3D2F50 (or 0x3D2F50) is known color: Jagger. HEX triplet: 3D, 2F and 50. RGB value is (61,47,80). Sum of RGB (Red+Green+Blue) = 61+47+80=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D2F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2F50 is #C2D0AF. Grayscale: #363636. Windows color (decimal): -12767408 or 5254973. OLE color: 5254973.
HSL color Cylindrical-coordinate representation of color #3D2F50: hue angle of 265.45º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D2F50 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 47 | 80 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.69 |
| HSL | 265.45º | 0.26% | 0.25% | - |
| HSV(B) | 265.45º | 0.41% | 0.31% | - |
| XYZ | 4.39 | 3.6 | 8.05 | - |
| YUV | 54.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 80 | 0.24 | 0.41 | 0 | 0.69 | 265.45 | 0.26 | 0.25 |
| Hex | 3D | 2F | 50 | 18 | 29 | 0 | 45 | 109 | 1A | 19 |
| Octal | 75 | 57 | 120 | 30 | 51 | 0 | 105 | 411 | 32 | 31 |
| Binary | 111101 | 101111 | 1010000 | 11000 | 101001 | 0 | 1000101 | 100001001 | 11010 | 11001 |
Color Harmonies of #3D2F50
Complementary color
Monochromatic Colors of #3D2F50
Black with #3D2F50
Text Example
Text Example
White with #3D2F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F50; }
p { color: rgb(61,47,80); }
H1.HeaderClassName
{
color: #3D2F50;
}
.AnyTagClassName
{
color: #3D2F50;
}
</style>
background-color css
<style>
a { background-color: #3D2F50; }
a { background-color: rgb(61,47,80); }
div.DivClassName
{
background-color: #3D2F50;
}
.BgClassName
{
background-color: #3D2F50;
}
</style>
border-color css
<style>
span { border-color: #3D2F50; }
span { border-color: rgb(61,47,80); }
td.TdClassName
{
border-color: #3D2F50;
}
.TagClassName
{
border-color: #3D2F50;
}
</style>