Shades of Jagger #43374C
Tints of Jagger #43374C
RGB
CMYK
RGB Variations
Color information
#43374C (or 0x43374C) is known color: Jagger. HEX triplet: 43, 37 and 4C. RGB value is (67,55,76). Sum of RGB (Red+Green+Blue) = 67+55+76=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 76 - color contains mainly: blue. Hex color #43374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43374C is #BCC8B3. Grayscale: #3C3C3C. Windows color (decimal): -12372148 or 4994883. OLE color: 4994883.
HSL color Cylindrical-coordinate representation of color #43374C: hue angle of 274.29º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #43374C is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 55 | 76 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.70 |
| HSL | 274.29º | 0.16% | 0.26% | - |
| HSV(B) | 274.29º | 0.28% | 0.3% | - |
| XYZ | 4.99 | 4.45 | 7.43 | - |
| YUV | 60.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 76 | 0.12 | 0.28 | 0 | 0.70 | 274.29 | 0.16 | 0.26 |
| Hex | 43 | 37 | 4C | C | 1C | 0 | 46 | 112 | 10 | 1A |
| Octal | 103 | 67 | 114 | 14 | 34 | 0 | 106 | 422 | 20 | 32 |
| Binary | 1000011 | 110111 | 1001100 | 1100 | 11100 | 0 | 1000110 | 100010010 | 10000 | 11010 |
Color Harmonies of #43374C
Complementary color
Monochromatic Colors of #43374C
Black with #43374C
Text Example
Text Example
White with #43374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43374C; }
p { color: rgb(67,55,76); }
H1.HeaderClassName
{
color: #43374C;
}
.AnyTagClassName
{
color: #43374C;
}
</style>
background-color css
<style>
a { background-color: #43374C; }
a { background-color: rgb(67,55,76); }
div.DivClassName
{
background-color: #43374C;
}
.BgClassName
{
background-color: #43374C;
}
</style>
border-color css
<style>
span { border-color: #43374C; }
span { border-color: rgb(67,55,76); }
td.TdClassName
{
border-color: #43374C;
}
.TagClassName
{
border-color: #43374C;
}
</style>