Shades of Jagger #43394F
Tints of Jagger #43394F
RGB
CMYK
RGB Variations
Color information
#43394F (or 0x43394F) is known color: Jagger. HEX triplet: 43, 39 and 4F. RGB value is (67,57,79). Sum of RGB (Red+Green+Blue) = 67+57+79=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 79 - color contains mainly: blue. Hex color #43394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43394F is #BCC6B0. Grayscale: #3E3E3E. Windows color (decimal): -12371633 or 5192003. OLE color: 5192003.
HSL color Cylindrical-coordinate representation of color #43394F: hue angle of 267.27º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #43394F is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 57 | 79 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.69 |
| HSL | 267.27º | 0.16% | 0.27% | - |
| HSV(B) | 267.27º | 0.28% | 0.31% | - |
| XYZ | 5.19 | 4.68 | 8.03 | - |
| YUV | 62.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 79 | 0.15 | 0.28 | 0 | 0.69 | 267.27 | 0.16 | 0.27 |
| Hex | 43 | 39 | 4F | F | 1C | 0 | 45 | 10B | 10 | 1B |
| Octal | 103 | 71 | 117 | 17 | 34 | 0 | 105 | 413 | 20 | 33 |
| Binary | 1000011 | 111001 | 1001111 | 1111 | 11100 | 0 | 1000101 | 100001011 | 10000 | 11011 |
Color Harmonies of #43394F
Complementary color
Monochromatic Colors of #43394F
Black with #43394F
Text Example
Text Example
White with #43394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43394F; }
p { color: rgb(67,57,79); }
H1.HeaderClassName
{
color: #43394F;
}
.AnyTagClassName
{
color: #43394F;
}
</style>
background-color css
<style>
a { background-color: #43394F; }
a { background-color: rgb(67,57,79); }
div.DivClassName
{
background-color: #43394F;
}
.BgClassName
{
background-color: #43394F;
}
</style>
border-color css
<style>
span { border-color: #43394F; }
span { border-color: rgb(67,57,79); }
td.TdClassName
{
border-color: #43394F;
}
.TagClassName
{
border-color: #43394F;
}
</style>