#43324D

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

Shades of Jagger #43324D

Tints of Jagger #43324D

Color information

#43324D (or 0x43324D) is unknown color: approx Jagger. HEX triplet: 43, 32 and 4D. RGB value is (67,50,77). Sum of RGB (Red+Green+Blue) = 67+50+77=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #43324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43324D is #BCCDB2. Grayscale: #3A3A3A. Windows color (decimal): -12373427 or 5059139. OLE color: 5059139.

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

Color convert

RGB675077-
CMYK0.130.3500.70
HSL277.78º21.26%24.9%-
HSV(B)277.78º35.06%30.2%-
XYZ4.794.017.54-
YUV58.16138.63134.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.54%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=34.54%
G=25.77%
B=39.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6750770.130.3500.70277.7821.2624.9
Hex43324DD230461161519
Octal10362115154301064262531
Binary100001111001010011011101100011010001101000101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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