Shades of Jagger #43374F
Tints of Jagger #43374F
RGB
CMYK
RGB Variations
Color information
#43374F (or 0x43374F) is known color: Jagger. HEX triplet: 43, 37 and 4F. RGB value is (67,55,79). Sum of RGB (Red+Green+Blue) = 67+55+79=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 79 - color contains mainly: blue. Hex color #43374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43374F is #BCC8B0. Grayscale: #3D3D3D. Windows color (decimal): -12372145 or 5191491. OLE color: 5191491.
HSL color Cylindrical-coordinate representation of color #43374F: hue angle of 270º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #43374F is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 55 | 79 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.69 |
| HSL | 270º | 0.18% | 0.26% | - |
| HSV(B) | 270º | 0.3% | 0.31% | - |
| XYZ | 5.09 | 4.49 | 8 | - |
| YUV | 61.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 79 | 0.15 | 0.30 | 0 | 0.69 | 270 | 0.18 | 0.26 |
| Hex | 43 | 37 | 4F | F | 1E | 0 | 45 | 10E | 12 | 1A |
| Octal | 103 | 67 | 117 | 17 | 36 | 0 | 105 | 416 | 22 | 32 |
| Binary | 1000011 | 110111 | 1001111 | 1111 | 11110 | 0 | 1000101 | 100001110 | 10010 | 11010 |
Color Harmonies of #43374F
Complementary color
Monochromatic Colors of #43374F
Black with #43374F
Text Example
Text Example
White with #43374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43374F; }
p { color: rgb(67,55,79); }
H1.HeaderClassName
{
color: #43374F;
}
.AnyTagClassName
{
color: #43374F;
}
</style>
background-color css
<style>
a { background-color: #43374F; }
a { background-color: rgb(67,55,79); }
div.DivClassName
{
background-color: #43374F;
}
.BgClassName
{
background-color: #43374F;
}
</style>
border-color css
<style>
span { border-color: #43374F; }
span { border-color: rgb(67,55,79); }
td.TdClassName
{
border-color: #43374F;
}
.TagClassName
{
border-color: #43374F;
}
</style>