Shades of Jagger #3F304B
Tints of Jagger #3F304B
RGB
CMYK
RGB Variations
Color information
#3F304B (or 0x3F304B) is known color: Jagger. HEX triplet: 3F, 30 and 4B. RGB value is (63,48,75). Sum of RGB (Red+Green+Blue) = 63+48+75=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F304B is #C0CFB4. Grayscale: #373737. Windows color (decimal): -12636085 or 4927551. OLE color: 4927551.
HSL color Cylindrical-coordinate representation of color #3F304B: hue angle of 273.33º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F304B is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 48 | 75 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.71 |
| HSL | 273.33º | 0.22% | 0.24% | - |
| HSV(B) | 273.33º | 0.36% | 0.29% | - |
| XYZ | 4.38 | 3.68 | 7.14 | - |
| YUV | 55.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 75 | 0.16 | 0.36 | 0 | 0.71 | 273.33 | 0.22 | 0.24 |
| Hex | 3F | 30 | 4B | 10 | 24 | 0 | 47 | 111 | 16 | 18 |
| Octal | 77 | 60 | 113 | 20 | 44 | 0 | 107 | 421 | 26 | 30 |
| Binary | 111111 | 110000 | 1001011 | 10000 | 100100 | 0 | 1000111 | 100010001 | 10110 | 11000 |
Color Harmonies of #3F304B
Complementary color
Monochromatic Colors of #3F304B
Black with #3F304B
Text Example
Text Example
White with #3F304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F304B; }
p { color: rgb(63,48,75); }
H1.HeaderClassName
{
color: #3F304B;
}
.AnyTagClassName
{
color: #3F304B;
}
</style>
background-color css
<style>
a { background-color: #3F304B; }
a { background-color: rgb(63,48,75); }
div.DivClassName
{
background-color: #3F304B;
}
.BgClassName
{
background-color: #3F304B;
}
</style>
border-color css
<style>
span { border-color: #3F304B; }
span { border-color: rgb(63,48,75); }
td.TdClassName
{
border-color: #3F304B;
}
.TagClassName
{
border-color: #3F304B;
}
</style>