Shades of Jagger #3B2B4B
Tints of Jagger #3B2B4B
RGB
CMYK
RGB Variations
Color information
#3B2B4B (or 0x3B2B4B) is known color: Jagger. HEX triplet: 3B, 2B and 4B. RGB value is (59,43,75). Sum of RGB (Red+Green+Blue) = 59+43+75=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 43 (17.19% from 255 or 24.29% 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 #3B2B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B4B is #C4D4B4. Grayscale: #333333. Windows color (decimal): -12899509 or 4926267. OLE color: 4926267.
HSL color Cylindrical-coordinate representation of color #3B2B4B: hue angle of 270º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B2B4B is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 43 | 75 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.71 |
| HSL | 270º | 0.27% | 0.23% | - |
| HSV(B) | 270º | 0.43% | 0.29% | - |
| XYZ | 3.94 | 3.17 | 7.06 | - |
| YUV | 51.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 75 | 0.21 | 0.43 | 0 | 0.71 | 270 | 0.27 | 0.23 |
| Hex | 3B | 2B | 4B | 15 | 2B | 0 | 47 | 10E | 1B | 17 |
| Octal | 73 | 53 | 113 | 25 | 53 | 0 | 107 | 416 | 33 | 27 |
| Binary | 111011 | 101011 | 1001011 | 10101 | 101011 | 0 | 1000111 | 100001110 | 11011 | 10111 |
Color Harmonies of #3B2B4B
Complementary color
Monochromatic Colors of #3B2B4B
Black with #3B2B4B
Text Example
Text Example
White with #3B2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B4B; }
p { color: rgb(59,43,75); }
H1.HeaderClassName
{
color: #3B2B4B;
}
.AnyTagClassName
{
color: #3B2B4B;
}
</style>
background-color css
<style>
a { background-color: #3B2B4B; }
a { background-color: rgb(59,43,75); }
div.DivClassName
{
background-color: #3B2B4B;
}
.BgClassName
{
background-color: #3B2B4B;
}
</style>
border-color css
<style>
span { border-color: #3B2B4B; }
span { border-color: rgb(59,43,75); }
td.TdClassName
{
border-color: #3B2B4B;
}
.TagClassName
{
border-color: #3B2B4B;
}
</style>