Shades of Jagger #43394D
Tints of Jagger #43394D
RGB
CMYK
RGB Variations
Color information
#43394D (or 0x43394D) is known color: Jagger. HEX triplet: 43, 39 and 4D. RGB value is (67,57,77). Sum of RGB (Red+Green+Blue) = 67+57+77=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #43394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43394D is #BCC6B2. Grayscale: #3E3E3E. Windows color (decimal): -12371635 or 5060931. OLE color: 5060931.
HSL color Cylindrical-coordinate representation of color #43394D: hue angle of 270º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43394D is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 67 | 57 | 77 | - |
CMYK | 0.13 | 0.26 | 0 | 0.70 |
HSL | 270º | 0.15% | 0.26% | - |
HSV(B) | 270º | 0.26% | 0.3% | - |
XYZ | 5.12 | 4.66 | 7.65 | - |
YUV | 62.27 | 136.31 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 67 | 57 | 77 | 0.13 | 0.26 | 0 | 0.70 | 270 | 0.15 | 0.26 |
Hex | 43 | 39 | 4D | D | 1A | 0 | 46 | 10E | F | 1A |
Octal | 103 | 71 | 115 | 15 | 32 | 0 | 106 | 416 | 17 | 32 |
Binary | 1000011 | 111001 | 1001101 | 1101 | 11010 | 0 | 1000110 | 100001110 | 1111 | 11010 |
Color Harmonies of #43394D
Complementary color
Monochromatic Colors of #43394D
Black with #43394D
Text Example
Text Example
White with #43394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43394D; }
p { color: rgb(67,57,77); }
H1.HeaderClassName
{
color: #43394D;
}
.AnyTagClassName
{
color: #43394D;
}
</style>
background-color css
<style>
a { background-color: #43394D; }
a { background-color: rgb(67,57,77); }
div.DivClassName
{
background-color: #43394D;
}
.BgClassName
{
background-color: #43394D;
}
</style>
border-color css
<style>
span { border-color: #43394D; }
span { border-color: rgb(67,57,77); }
td.TdClassName
{
border-color: #43394D;
}
.TagClassName
{
border-color: #43394D;
}
</style>