Shades of Jagger #3B2E43
Tints of Jagger #3B2E43
RGB
CMYK
RGB Variations
Color information
#3B2E43 (or 0x3B2E43) is known color: Jagger. HEX triplet: 3B, 2E and 43. RGB value is (59,46,67). Sum of RGB (Red+Green+Blue) = 59+46+67=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 67 - color contains mainly: blue. Hex color #3B2E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E43 is #C4D1BC. Grayscale: #343434. Windows color (decimal): -12898749 or 4402747. OLE color: 4402747.
HSL color Cylindrical-coordinate representation of color #3B2E43: hue angle of 277.14º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B2E43 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 46 | 67 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.74 |
| HSL | 277.14º | 0.19% | 0.22% | - |
| HSV(B) | 277.14º | 0.31% | 0.26% | - |
| XYZ | 3.79 | 3.29 | 5.75 | - |
| YUV | 52.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 67 | 0.12 | 0.31 | 0 | 0.74 | 277.14 | 0.19 | 0.22 |
| Hex | 3B | 2E | 43 | C | 1F | 0 | 4A | 115 | 13 | 16 |
| Octal | 73 | 56 | 103 | 14 | 37 | 0 | 112 | 425 | 23 | 26 |
| Binary | 111011 | 101110 | 1000011 | 1100 | 11111 | 0 | 1001010 | 100010101 | 10011 | 10110 |
Color Harmonies of #3B2E43
Complementary color
Monochromatic Colors of #3B2E43
Black with #3B2E43
Text Example
Text Example
White with #3B2E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E43; }
p { color: rgb(59,46,67); }
H1.HeaderClassName
{
color: #3B2E43;
}
.AnyTagClassName
{
color: #3B2E43;
}
</style>
background-color css
<style>
a { background-color: #3B2E43; }
a { background-color: rgb(59,46,67); }
div.DivClassName
{
background-color: #3B2E43;
}
.BgClassName
{
background-color: #3B2E43;
}
</style>
border-color css
<style>
span { border-color: #3B2E43; }
span { border-color: rgb(59,46,67); }
td.TdClassName
{
border-color: #3B2E43;
}
.TagClassName
{
border-color: #3B2E43;
}
</style>