Shades of Jagger #43344A
Tints of Jagger #43344A
RGB
CMYK
RGB Variations
Color information
#43344A (or 0x43344A) is known color: Jagger. HEX triplet: 43, 34 and 4A. RGB value is (67,52,74). Sum of RGB (Red+Green+Blue) = 67+52+74=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #43344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43344A is #BCCBB5. Grayscale: #3A3A3A. Windows color (decimal): -12372918 or 4863043. OLE color: 4863043.
HSL color Cylindrical-coordinate representation of color #43344A: hue angle of 280.91º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #43344A is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 52 | 74 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.71 |
| HSL | 280.91º | 0.17% | 0.25% | - |
| HSV(B) | 280.91º | 0.3% | 0.29% | - |
| XYZ | 4.78 | 4.14 | 7.03 | - |
| YUV | 58.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 74 | 0.09 | 0.30 | 0 | 0.71 | 280.91 | 0.17 | 0.25 |
| Hex | 43 | 34 | 4A | 9 | 1E | 0 | 47 | 119 | 11 | 19 |
| Octal | 103 | 64 | 112 | 11 | 36 | 0 | 107 | 431 | 21 | 31 |
| Binary | 1000011 | 110100 | 1001010 | 1001 | 11110 | 0 | 1000111 | 100011001 | 10001 | 11001 |
Color Harmonies of #43344A
Complementary color
Monochromatic Colors of #43344A
Black with #43344A
Text Example
Text Example
White with #43344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43344A; }
p { color: rgb(67,52,74); }
H1.HeaderClassName
{
color: #43344A;
}
.AnyTagClassName
{
color: #43344A;
}
</style>
background-color css
<style>
a { background-color: #43344A; }
a { background-color: rgb(67,52,74); }
div.DivClassName
{
background-color: #43344A;
}
.BgClassName
{
background-color: #43344A;
}
</style>
border-color css
<style>
span { border-color: #43344A; }
span { border-color: rgb(67,52,74); }
td.TdClassName
{
border-color: #43344A;
}
.TagClassName
{
border-color: #43344A;
}
</style>