Shades of Jagger #3A2B43
Tints of Jagger #3A2B43
RGB
CMYK
RGB Variations
Color information
#3A2B43 (or 0x3A2B43) is known color: Jagger. HEX triplet: 3A, 2B and 43. RGB value is (58,43,67). Sum of RGB (Red+Green+Blue) = 58+43+67=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 67 - color contains mainly: blue. Hex color #3A2B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2B43 is #C5D4BC. Grayscale: #323232. Windows color (decimal): -12965053 or 4401978. OLE color: 4401978.
HSL color Cylindrical-coordinate representation of color #3A2B43: hue angle of 277.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A2B43 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 43 | 67 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.74 |
| HSL | 277.5º | 0.22% | 0.22% | - |
| HSV(B) | 277.5º | 0.36% | 0.26% | - |
| XYZ | 3.62 | 3.03 | 5.7 | - |
| YUV | 50.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 67 | 0.13 | 0.36 | 0 | 0.74 | 277.5 | 0.22 | 0.22 |
| Hex | 3A | 2B | 43 | D | 24 | 0 | 4A | 116 | 16 | 16 |
| Octal | 72 | 53 | 103 | 15 | 44 | 0 | 112 | 426 | 26 | 26 |
| Binary | 111010 | 101011 | 1000011 | 1101 | 100100 | 0 | 1001010 | 100010110 | 10110 | 10110 |
Color Harmonies of #3A2B43
Complementary color
Monochromatic Colors of #3A2B43
Black with #3A2B43
Text Example
Text Example
White with #3A2B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2B43; }
p { color: rgb(58,43,67); }
H1.HeaderClassName
{
color: #3A2B43;
}
.AnyTagClassName
{
color: #3A2B43;
}
</style>
background-color css
<style>
a { background-color: #3A2B43; }
a { background-color: rgb(58,43,67); }
div.DivClassName
{
background-color: #3A2B43;
}
.BgClassName
{
background-color: #3A2B43;
}
</style>
border-color css
<style>
span { border-color: #3A2B43; }
span { border-color: rgb(58,43,67); }
td.TdClassName
{
border-color: #3A2B43;
}
.TagClassName
{
border-color: #3A2B43;
}
</style>