#43314D

Color #43314D Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #43314D

Tints of Jagger #43314D

Color information

#43314D (or 0x43314D) is unknown color: approx Jagger. HEX triplet: 43, 31 and 4D. RGB value is (67,49,77). Sum of RGB (Red+Green+Blue) = 67+49+77=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #43314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43314D is #BCCEB2. Grayscale: #393939. Windows color (decimal): -12373683 or 5058883. OLE color: 5058883.

HSL color Cylindrical-coordinate representation of color #43314D: hue angle of 278.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #43314D is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB674977-
CMYK0.130.3600.70
HSL278.57º22.22%24.71%-
HSV(B)278.57º36.36%30.2%-
XYZ4.753.937.53-
YUV57.57138.96134.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 34.72%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=34.72%
G=25.39%
B=39.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6749770.130.3600.70278.5722.2224.71
Hex43314DD240461171619
Octal10361115154401064272631
Binary100001111000110011011101100100010001101000101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43314D; }

 p { color: rgb(67,49,77); }

 H1.HeaderClassName
 {
   color: #43314D;
 }
 .AnyTagClassName
 {
   color: #43314D;
 }
</style>
background-color css

<style>
 a { background-color: #43314D; }

 a { background-color: rgb(67,49,77); }

 div.DivClassName
 {
   background-color: #43314D;
 }
 .BgClassName
 {
   background-color: #43314D;
 }
</style>
border-color css

<style>
 span { border-color: #43314D; }

 span { border-color: rgb(67,49,77); }

 td.TdClassName
 {
   border-color: #43314D;
 }
 .TagClassName
 {
   border-color: #43314D;
 }
</style>