Shades of Jagger #43304D
Tints of Jagger #43304D
RGB
CMYK
RGB Variations
Color information
#43304D (or 0x43304D) is known color: Jagger. HEX triplet: 43, 30 and 4D. RGB value is (67,48,77). Sum of RGB (Red+Green+Blue) = 67+48+77=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #43304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43304D is #BCCFB2. Grayscale: #383838. Windows color (decimal): -12373939 or 5058627. OLE color: 5058627.
HSL color Cylindrical-coordinate representation of color #43304D: hue angle of 279.31º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #43304D is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 48 | 77 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.70 |
| HSL | 279.31º | 0.23% | 0.25% | - |
| HSV(B) | 279.31º | 0.38% | 0.3% | - |
| XYZ | 4.71 | 3.84 | 7.51 | - |
| YUV | 56.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 77 | 0.13 | 0.38 | 0 | 0.70 | 279.31 | 0.23 | 0.25 |
| Hex | 43 | 30 | 4D | D | 26 | 0 | 46 | 117 | 17 | 19 |
| Octal | 103 | 60 | 115 | 15 | 46 | 0 | 106 | 427 | 27 | 31 |
| Binary | 1000011 | 110000 | 1001101 | 1101 | 100110 | 0 | 1000110 | 100010111 | 10111 | 11001 |
Color Harmonies of #43304D
Complementary color
Monochromatic Colors of #43304D
Black with #43304D
Text Example
Text Example
White with #43304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43304D; }
p { color: rgb(67,48,77); }
H1.HeaderClassName
{
color: #43304D;
}
.AnyTagClassName
{
color: #43304D;
}
</style>
background-color css
<style>
a { background-color: #43304D; }
a { background-color: rgb(67,48,77); }
div.DivClassName
{
background-color: #43304D;
}
.BgClassName
{
background-color: #43304D;
}
</style>
border-color css
<style>
span { border-color: #43304D; }
span { border-color: rgb(67,48,77); }
td.TdClassName
{
border-color: #43304D;
}
.TagClassName
{
border-color: #43304D;
}
</style>