Shades of Jagger #43354A
Tints of Jagger #43354A
RGB
CMYK
RGB Variations
Color information
#43354A (or 0x43354A) is known color: Jagger. HEX triplet: 43, 35 and 4A. RGB value is (67,53,74). Sum of RGB (Red+Green+Blue) = 67+53+74=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 74 - color contains mainly: blue. Hex color #43354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43354A is #BCCAB5. Grayscale: #3B3B3B. Windows color (decimal): -12372662 or 4863299. OLE color: 4863299.
HSL color Cylindrical-coordinate representation of color #43354A: hue angle of 280º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #43354A is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 53 | 74 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.71 |
| HSL | 280º | 0.17% | 0.25% | - |
| HSV(B) | 280º | 0.28% | 0.29% | - |
| XYZ | 4.82 | 4.23 | 7.04 | - |
| YUV | 59.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 74 | 0.09 | 0.28 | 0 | 0.71 | 280 | 0.17 | 0.25 |
| Hex | 43 | 35 | 4A | 9 | 1C | 0 | 47 | 118 | 11 | 19 |
| Octal | 103 | 65 | 112 | 11 | 34 | 0 | 107 | 430 | 21 | 31 |
| Binary | 1000011 | 110101 | 1001010 | 1001 | 11100 | 0 | 1000111 | 100011000 | 10001 | 11001 |
Color Harmonies of #43354A
Complementary color
Monochromatic Colors of #43354A
Black with #43354A
Text Example
Text Example
White with #43354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43354A; }
p { color: rgb(67,53,74); }
H1.HeaderClassName
{
color: #43354A;
}
.AnyTagClassName
{
color: #43354A;
}
</style>
background-color css
<style>
a { background-color: #43354A; }
a { background-color: rgb(67,53,74); }
div.DivClassName
{
background-color: #43354A;
}
.BgClassName
{
background-color: #43354A;
}
</style>
border-color css
<style>
span { border-color: #43354A; }
span { border-color: rgb(67,53,74); }
td.TdClassName
{
border-color: #43354A;
}
.TagClassName
{
border-color: #43354A;
}
</style>