Shades of Jagger #3F274B
Tints of Jagger #3F274B
RGB
CMYK
RGB Variations
Color information
#3F274B (or 0x3F274B) is known color: Jagger. HEX triplet: 3F, 27 and 4B. RGB value is (63,39,75). Sum of RGB (Red+Green+Blue) = 63+39+75=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F274B is #C0D8B4. Grayscale: #323232. Windows color (decimal): -12638389 or 4925247. OLE color: 4925247.
HSL color Cylindrical-coordinate representation of color #3F274B: hue angle of 280º 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 #3F274B is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 39 | 75 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.71 |
| HSL | 280º | 0.32% | 0.22% | - |
| HSV(B) | 280º | 0.48% | 0.29% | - |
| XYZ | 4.05 | 3.02 | 7.03 | - |
| YUV | 50.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 75 | 0.16 | 0.48 | 0 | 0.71 | 280 | 0.32 | 0.22 |
| Hex | 3F | 27 | 4B | 10 | 30 | 0 | 47 | 118 | 20 | 16 |
| Octal | 77 | 47 | 113 | 20 | 60 | 0 | 107 | 430 | 40 | 26 |
| Binary | 111111 | 100111 | 1001011 | 10000 | 110000 | 0 | 1000111 | 100011000 | 100000 | 10110 |
Color Harmonies of #3F274B
Complementary color
Monochromatic Colors of #3F274B
Black with #3F274B
Text Example
Text Example
White with #3F274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F274B; }
p { color: rgb(63,39,75); }
H1.HeaderClassName
{
color: #3F274B;
}
.AnyTagClassName
{
color: #3F274B;
}
</style>
background-color css
<style>
a { background-color: #3F274B; }
a { background-color: rgb(63,39,75); }
div.DivClassName
{
background-color: #3F274B;
}
.BgClassName
{
background-color: #3F274B;
}
</style>
border-color css
<style>
span { border-color: #3F274B; }
span { border-color: rgb(63,39,75); }
td.TdClassName
{
border-color: #3F274B;
}
.TagClassName
{
border-color: #3F274B;
}
</style>