Shades of Jagger #3D274B
Tints of Jagger #3D274B
RGB
CMYK
RGB Variations
Color information
#3D274B (or 0x3D274B) is known color: Jagger. HEX triplet: 3D, 27 and 4B. RGB value is (61,39,75). Sum of RGB (Red+Green+Blue) = 61+39+75=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D274B is #C2D8B4. Grayscale: #313131. Windows color (decimal): -12769461 or 4925245. OLE color: 4925245.
HSL color Cylindrical-coordinate representation of color #3D274B: hue angle of 276.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D274B is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 39 | 75 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.71 |
| HSL | 276.67º | 0.32% | 0.22% | - |
| HSV(B) | 276.67º | 0.48% | 0.29% | - |
| XYZ | 3.92 | 2.95 | 7.02 | - |
| YUV | 49.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 75 | 0.19 | 0.48 | 0 | 0.71 | 276.67 | 0.32 | 0.22 |
| Hex | 3D | 27 | 4B | 13 | 30 | 0 | 47 | 115 | 20 | 16 |
| Octal | 75 | 47 | 113 | 23 | 60 | 0 | 107 | 425 | 40 | 26 |
| Binary | 111101 | 100111 | 1001011 | 10011 | 110000 | 0 | 1000111 | 100010101 | 100000 | 10110 |
Color Harmonies of #3D274B
Complementary color
Monochromatic Colors of #3D274B
Black with #3D274B
Text Example
Text Example
White with #3D274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D274B; }
p { color: rgb(61,39,75); }
H1.HeaderClassName
{
color: #3D274B;
}
.AnyTagClassName
{
color: #3D274B;
}
</style>
background-color css
<style>
a { background-color: #3D274B; }
a { background-color: rgb(61,39,75); }
div.DivClassName
{
background-color: #3D274B;
}
.BgClassName
{
background-color: #3D274B;
}
</style>
border-color css
<style>
span { border-color: #3D274B; }
span { border-color: rgb(61,39,75); }
td.TdClassName
{
border-color: #3D274B;
}
.TagClassName
{
border-color: #3D274B;
}
</style>