Shades of Jagger #3B274B
Tints of Jagger #3B274B
RGB
CMYK
RGB Variations
Color information
#3B274B (or 0x3B274B) is known color: Jagger. HEX triplet: 3B, 27 and 4B. RGB value is (59,39,75). Sum of RGB (Red+Green+Blue) = 59+39+75=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B274B is #C4D8B4. Grayscale: #303030. Windows color (decimal): -12900533 or 4925243. OLE color: 4925243.
HSL color Cylindrical-coordinate representation of color #3B274B: hue angle of 273.33º 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 #3B274B is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 39 | 75 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.71 |
| HSL | 273.33º | 0.32% | 0.22% | - |
| HSV(B) | 273.33º | 0.48% | 0.29% | - |
| XYZ | 3.8 | 2.89 | 7.01 | - |
| YUV | 49.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 75 | 0.21 | 0.48 | 0 | 0.71 | 273.33 | 0.32 | 0.22 |
| Hex | 3B | 27 | 4B | 15 | 30 | 0 | 47 | 111 | 20 | 16 |
| Octal | 73 | 47 | 113 | 25 | 60 | 0 | 107 | 421 | 40 | 26 |
| Binary | 111011 | 100111 | 1001011 | 10101 | 110000 | 0 | 1000111 | 100010001 | 100000 | 10110 |
Color Harmonies of #3B274B
Complementary color
Monochromatic Colors of #3B274B
Black with #3B274B
Text Example
Text Example
White with #3B274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B274B; }
p { color: rgb(59,39,75); }
H1.HeaderClassName
{
color: #3B274B;
}
.AnyTagClassName
{
color: #3B274B;
}
</style>
background-color css
<style>
a { background-color: #3B274B; }
a { background-color: rgb(59,39,75); }
div.DivClassName
{
background-color: #3B274B;
}
.BgClassName
{
background-color: #3B274B;
}
</style>
border-color css
<style>
span { border-color: #3B274B; }
span { border-color: rgb(59,39,75); }
td.TdClassName
{
border-color: #3B274B;
}
.TagClassName
{
border-color: #3B274B;
}
</style>