Shades of Jagger #3D274A
Tints of Jagger #3D274A
RGB
CMYK
RGB Variations
Color information
#3D274A (or 0x3D274A) is known color: Jagger. HEX triplet: 3D, 27 and 4A. RGB value is (61,39,74). Sum of RGB (Red+Green+Blue) = 61+39+74=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #3D274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D274A is #C2D8B5. Grayscale: #313131. Windows color (decimal): -12769462 or 4859709. OLE color: 4859709.
HSL color Cylindrical-coordinate representation of color #3D274A: hue angle of 277.71º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D274A is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 39 | 74 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.71 |
| HSL | 277.71º | 0.31% | 0.22% | - |
| HSV(B) | 277.71º | 0.47% | 0.29% | - |
| XYZ | 3.89 | 2.94 | 6.84 | - |
| YUV | 49.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 74 | 0.18 | 0.47 | 0 | 0.71 | 277.71 | 0.31 | 0.22 |
| Hex | 3D | 27 | 4A | 12 | 2F | 0 | 47 | 116 | 1F | 16 |
| Octal | 75 | 47 | 112 | 22 | 57 | 0 | 107 | 426 | 37 | 26 |
| Binary | 111101 | 100111 | 1001010 | 10010 | 101111 | 0 | 1000111 | 100010110 | 11111 | 10110 |
Color Harmonies of #3D274A
Complementary color
Monochromatic Colors of #3D274A
Black with #3D274A
Text Example
Text Example
White with #3D274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D274A; }
p { color: rgb(61,39,74); }
H1.HeaderClassName
{
color: #3D274A;
}
.AnyTagClassName
{
color: #3D274A;
}
</style>
background-color css
<style>
a { background-color: #3D274A; }
a { background-color: rgb(61,39,74); }
div.DivClassName
{
background-color: #3D274A;
}
.BgClassName
{
background-color: #3D274A;
}
</style>
border-color css
<style>
span { border-color: #3D274A; }
span { border-color: rgb(61,39,74); }
td.TdClassName
{
border-color: #3D274A;
}
.TagClassName
{
border-color: #3D274A;
}
</style>