Shades of Jagger #43354C
Tints of Jagger #43354C
RGB
CMYK
RGB Variations
Color information
#43354C (or 0x43354C) is known color: Jagger. HEX triplet: 43, 35 and 4C. RGB value is (67,53,76). Sum of RGB (Red+Green+Blue) = 67+53+76=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 76 - color contains mainly: blue. Hex color #43354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43354C is #BCCAB3. Grayscale: #3B3B3B. Windows color (decimal): -12372660 or 4994371. OLE color: 4994371.
HSL color Cylindrical-coordinate representation of color #43354C: hue angle of 276.52º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #43354C is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 53 | 76 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.70 |
| HSL | 276.52º | 0.18% | 0.25% | - |
| HSV(B) | 276.52º | 0.3% | 0.3% | - |
| XYZ | 4.89 | 4.26 | 7.4 | - |
| YUV | 59.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 76 | 0.12 | 0.30 | 0 | 0.70 | 276.52 | 0.18 | 0.25 |
| Hex | 43 | 35 | 4C | C | 1E | 0 | 46 | 115 | 12 | 19 |
| Octal | 103 | 65 | 114 | 14 | 36 | 0 | 106 | 425 | 22 | 31 |
| Binary | 1000011 | 110101 | 1001100 | 1100 | 11110 | 0 | 1000110 | 100010101 | 10010 | 11001 |
Color Harmonies of #43354C
Complementary color
Monochromatic Colors of #43354C
Black with #43354C
Text Example
Text Example
White with #43354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43354C; }
p { color: rgb(67,53,76); }
H1.HeaderClassName
{
color: #43354C;
}
.AnyTagClassName
{
color: #43354C;
}
</style>
background-color css
<style>
a { background-color: #43354C; }
a { background-color: rgb(67,53,76); }
div.DivClassName
{
background-color: #43354C;
}
.BgClassName
{
background-color: #43354C;
}
</style>
border-color css
<style>
span { border-color: #43354C; }
span { border-color: rgb(67,53,76); }
td.TdClassName
{
border-color: #43354C;
}
.TagClassName
{
border-color: #43354C;
}
</style>